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.
 
 
 

723 B

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
    未定义状态

连接状态休眠
    关灯,不关广播

###############################################################################