摘要: ``` #include "rtos.h"//加的库 Thread thread1;//外部声明 void servo1_thread() { while (true) { Thread::signal_wait(0x001); ... } } thread1.start(servo1_thread); th... 阅读全文
posted @ 2018-11-25 20:27 ronnie14165 阅读(89) 评论(0) 推荐(0) 编辑