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 f34019163d update 11 months ago
..
app_basic_service int proj 11 months ago
aproject_config update 1 year ago
service update 11 months ago
README.md recode project 1 year ago
main.c update 11 months ago
protocol_utils.c update 11 months ago
protocol_utils.h update 11 months ago

README.md

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