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.
 
 
 
zhaohe c356e1d0aa v3.0 11 months ago
..
app_basic_service 修改蓝牙从机名称 11 months ago
app_service update 11 months ago
aproject_config v3.0 11 months ago
board init proj 11 months ago
README.md recode project 1 year ago
acid_dispenser_ble_slave_main.c v3.0 11 months ago
acid_dispenser_ble_slave_main.h update 1 year ago
ble_data_processer_utils.c update 11 months ago
ble_data_processer_utils.h update 11 months ago
main.c recode some code 11 months ago

README.md

系统说明 1. 蓝牙消息回调属于中断上下文 2. 定时器回调属于中断上下文 3. 简单的定时任务写在定时器回调中,不允许阻塞 4. 复杂的业务下载app_scheduler中 5. 定时通过app_scheduler push到app_main中 6.