上一页 1 2 3 4 5 6 7 8 9 10 ··· 67 下一页
摘要: 不可能事件,必有蹊跷 原因:保存时,出现错误;关闭文件在打开,发现修改无效 阅读全文
posted @ 2023-12-01 14:46 我爱茜茜公主 阅读(63) 评论(0) 推荐(0)
摘要: ch340芯片最大支持2M cp2102芯片最大支持1M 参考文章:地址 阅读全文
posted @ 2023-12-01 14:37 我爱茜茜公主 阅读(65) 评论(0) 推荐(0)
摘要: 服务器地址:https://netlab.luatos.com/ 可靠性差,有时不能用 服务器地址 https://www.ai-thinker.com/home 点击透传云 可靠性差,有时不能用 阅读全文
posted @ 2023-11-22 09:11 我爱茜茜公主 阅读(54) 评论(0) 推荐(0)
摘要: ![image](https://img2023.cnblogs.com/blog/1974974/202311/1974974-20231117173106751-1576307496.png) 阅读全文
posted @ 2023-11-17 17:32 我爱茜茜公主 阅读(34) 评论(0) 推荐(0)
摘要: 背景: ota升级过程中不上报脉冲类、模拟量类数据时,升级过程没问题;(接收到升级数据包,发送应答) ota升级过程中上报脉冲类、模拟量数据时,偶尔会接收数据包不完整; 现象: ota升级过程中,接收到的蓝牙数据,只能接收到后半部分; 解决思路: 要确定是发送方发送数据是否完整或接收方接收数据是否完 阅读全文
posted @ 2023-11-01 17:28 我爱茜茜公主 阅读(71) 评论(0) 推荐(0)
摘要: 假设需要采集并处理传感器ABC的数据,则一般的系统会按照顺序轮询传感器;而基于事件驱动的系统中,系统不会主动询问传感器,而是等待传感器产生数据并传输过来,相关程序才会被调用并在结束后立即释放。因此,从程序执行的角度看,程序不是主动运行,而是被相关事件调用执行。 跳转到事件驱动型范例 参考文章: 文章 阅读全文
posted @ 2023-10-11 09:59 我爱茜茜公主 阅读(16) 评论(0) 推荐(0)
摘要: 网址:https://www.hdsc.com.cn/Category83-1491 网盘:正点原子 freertos https://www.ngui.cc/el/3151854.html?action=onClick 阅读全文
posted @ 2023-09-20 22:28 我爱茜茜公主 阅读(10) 评论(0) 推荐(0)
摘要: typedef struct pmpi_s *pmpi; pmpi ps1=null; 制作库的时候,不希望将结构体暴露在.h中,怎么办呢? 由void handle_s(struct pmpi_s *p) 变为 void handle_s(pmpi *p) 参考文章1 使用typedef来抽象存在 阅读全文
posted @ 2023-09-19 17:08 我爱茜茜公主 阅读(20) 评论(0) 推荐(0)
摘要: 面向对象的概念,在c语言时期就有了;比如某些操作系统内核、通信协议 参考文章1 参考文章2 阅读全文
posted @ 2023-09-15 09:08 我爱茜茜公主 阅读(30) 评论(0) 推荐(0)
摘要: 点击查看代码 /** * rt_container_of - return the member address of ptr, if the type of ptr is the * struct type. */ #define rt_container_of(ptr, type, member 阅读全文
posted @ 2023-09-13 10:02 我爱茜茜公主 阅读(21) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 67 下一页