# V1.0 功能基本实现

This commit is contained in:
jxh
2025-03-21 03:21:53 +08:00
parent 3da7f33f2a
commit 815ae9c1d4
2 changed files with 184 additions and 7 deletions

View File

@ -24,4 +24,6 @@ typedef uint8_t u8;
sbit SDA = P2 ^ 7;
sbit SCL = P2 ^ 6;
#define AUTO_STOP_POWER 1 // 自动停止功率阈值
#endif