上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 67 下一页
摘要: 文章地址:https://doc.embedfire.com/rtos/rtthread/zh/latest/application/cpu_usage_rate.html 阅读全文
posted @ 2021-10-22 14:18 我爱茜茜公主 阅读(138) 评论(0) 推荐(0)
摘要: static void rt_hw_led_init(void); void rt_hw_led_init(void) { } static void rt_hw_led_init(void) { } 效果是一样的,推荐下面这种写法,这种写法能直接看出函数是不是内部函数! 阅读全文
posted @ 2021-10-22 11:04 我爱茜茜公主 阅读(163) 评论(0) 推荐(0)
摘要: void demo_thread_creat(void) { rt_err_t result; /* 创建静态线程 : 优先级 16 ,时间片 2个系统滴答 */ result = rt_thread_init(&thread_test1, "test1", test1_thread_entry, 阅读全文
posted @ 2021-10-22 10:01 我爱茜茜公主 阅读(174) 评论(0) 推荐(0)
摘要: 致谢 文章地址1:https://chuna2.787528.xyz/qiumingcheng/p/11229086.html 阅读全文
posted @ 2021-10-21 10:54 我爱茜茜公主 阅读(187) 评论(0) 推荐(0)
摘要: the assert_param macro(宏) #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__)) /* Exported functions */ void a 阅读全文
posted @ 2021-10-20 13:57 我爱茜茜公主 阅读(48) 评论(0) 推荐(0)
摘要: 长度:96bit 文章1地址:https://blog.csdn.net/xiaofeng1234/article/details/38876447 文章2地址:https://chuna2.787528.xyz/hujianhua/archive/2012/07/03/2574917.html 文章3 阅读全文
posted @ 2021-10-20 11:17 我爱茜茜公主 阅读(187) 评论(0) 推荐(0)
摘要: typedef char Line[80]; Line l1,l2; l1,l2是一个数组,数组大小80个 字节 参考文章地址 平常没用过,故记下来 阅读全文
posted @ 2021-10-09 17:02 我爱茜茜公主 阅读(55) 评论(0) 推荐(0)
摘要: 先插眼,还不理解! 阅读全文
posted @ 2021-10-08 18:04 我爱茜茜公主 阅读(43) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/18TkgkzBs5vIle6Bd4r0UCw 提取码:e8g1 阅读全文
posted @ 2021-09-30 10:28 我爱茜茜公主 阅读(273) 评论(0) 推荐(0)
摘要: spi可以设置msb、lsb 串口是低位在前 阅读全文
posted @ 2021-09-24 13:44 我爱茜茜公主 阅读(366) 评论(0) 推荐(1)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 67 下一页