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.
|
1 year ago | |
---|---|---|
.. | ||
app_basic_service | 1 year ago | |
app_service | 1 year ago | |
aproject_config | 1 year ago | |
README.md | 1 year ago | |
ble_data_processer_utils.c | 1 year ago | |
ble_data_processer_utils.h | 1 year ago | |
main.c | 1 year ago | |
one_conduction_main.c | 1 year ago | |
one_conduction_main.h | 1 year ago |
README.md
系统说明 1. 蓝牙消息回调属于中断上下文 2. 定时器回调属于中断上下文 3. 简单的定时任务写在定时器回调中,不允许阻塞 4. 复杂的业务下载app_scheduler中 5. 定时通过app_scheduler push到app_main中 6.