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 9e8f197db3 init proj 1 year ago
..
app_basic_service init proj 1 year ago
app_service update 1 year ago
aproject_config V6 1 year ago
README.md recode project 1 year ago
ble_data_processer_utils.c update 1 year ago
ble_data_processer_utils.h update 1 year ago
main.c update 1 year ago
one_conduction_main.c init proj 1 year ago
one_conduction_main.h recode 1 year ago

README.md

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