STC1000 WR-032 (STM8S003F3P6)modified firmware
https://youtu.be/ijB6I-NZCNY [main.c]#include "stm8s.h"#include "stc1000.h" #define S1ADDR 0x4000#define S2ADDR 0x4004#define CALADDR 0x4008#define PWRADDR0x4012#define HYSTADDR 0x4016 #define CLKB4 const int ad_lookup[] = { -1000, -486, -355, -270, -205, -151, -104, -61, -21, 16, 51, 85, 119, 152, 184, 217, 250, 284, 318, 354, 391, 431, 473, 519, 569, 624, 688, 763, 856, 977, 1154, 1482 }; int ..
더보기