木子剑
生命不熄,学习不止!
摘要: 使用队列功能, 令A任务和C任务产生数据(改变数值),令B任务消费A C任务的数据(打印数值)。 这次测试代码如下: // //-- main.c // #include <stdio.h> #include <stdlib.h> #include "stm32f10x.h" #include "t 阅读全文
posted @ 2022-03-13 12:55 木子剑 阅读(73) 评论(0) 推荐(0) 编辑