You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
.vscode | 11 months ago | |
app | 11 months ago | |
app_protocols@1be600cfcc | 11 months ago | |
bootloader@84d5e2f402 | 2 years ago | |
doc | 11 months ago | |
libznordic@c7ee2af214 | 1 year ago | |
pemkey@d9e7fcf86d | 2 years ago | |
res | 2 years ago | |
scripter | 1 year ago | |
sdk@ce0c31496e | 1 year ago | |
.clang-format | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 11 months ago | |
381920-110 0.5C充1C放曲线图1.xls | 1 year ago | |
README.md | 11 months ago | |
temp.txt | 1 year ago |
README.md
hand_acid_remoter_ble
build_app.bat 编译应用程序
build_bootloader.bat 编译bootloader
flash_with_id.bat 烧录程序携带ID
#############################################################################
//休眠
//不休眠
//状态机
两个状态
休眠
不休眠
static bool sleep;
static bool work;
static int mode;
static bool pumpworkstate;
static connected;
active ble;
一个状态
updateState();
离线休眠状态
关机不广播
离线广播状态
按下按键亮红灯,广播
连接状态
低电量事件
触发警告灯
工作
非工作
模式1
模式2
未定义状态
连接状态休眠
关灯,不关广播
###############################################################################