会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
232
233
234
235
236
237
238
239
240
···
627
下一页
2022年9月8日
uint8_t simno[16]; 卡号16位
摘要: uint8_t simno[16]; 卡号16位 uint8_t simno[16]; 卡号16位
阅读全文
posted @ 2022-09-08 10:30 lydstory
阅读(17)
评论(0)
推荐(0)
unsigned char uint8_t
摘要: typedef unsigned char uint8_t; //无符号8位数 typedef signed char int8_t; //有符号8位数 typedef unsigned int uint16_t; //无符号16位数 typedef signed int int16_t; //有符
阅读全文
posted @ 2022-09-08 10:01 lydstory
阅读(235)
评论(0)
推荐(0)
__attribute__ ((__packed__)) 紧凑方式对齐
摘要: #include <stdio.h>#include <iostream> using namespace std; struct test1 { char c; int i;}; struct __attribute__ ((__packed__)) test2 { char c; int i;}
阅读全文
posted @ 2022-09-08 09:28 lydstory
阅读(35)
评论(0)
推荐(0)
#define #if 0
摘要: 注释掉原来无用的代码.... 注释掉原来无用的代码.... 注释掉原来无用的代码....
阅读全文
posted @ 2022-09-08 08:37 lydstory
阅读(24)
评论(0)
推荐(0)
2022年9月7日
写单片机 不看串口 不调试 只看示波器
摘要: 写单片机 不看串口 不调试 只看示波器 写单片机 不看串口 不调试 只看示波器 写单片机 不看串口 不调试 只看示波器
阅读全文
posted @ 2022-09-07 19:06 lydstory
阅读(22)
评论(0)
推荐(0)
示波器的作用
摘要: 示波器的作用 gpio 高低电平 时序 逻辑分析仪
阅读全文
posted @ 2022-09-07 18:51 lydstory
阅读(35)
评论(0)
推荐(0)
模拟时序
摘要: 你这个可能要写模拟时序了 上面3个跟底下那个冲突了
阅读全文
posted @ 2022-09-07 18:28 lydstory
阅读(18)
评论(0)
推荐(0)
esp32 webserver
摘要: esp/esp-idf/examples/protocols/http_server/file_serving
阅读全文
posted @ 2022-09-07 17:55 lydstory
阅读(26)
评论(0)
推荐(0)
上海琢依信息科技有限公司
摘要: 上海琢依信息科技有限公司
阅读全文
posted @ 2022-09-07 16:48 lydstory
阅读(10)
评论(0)
推荐(0)
esp32 测试spi_master
摘要:
阅读全文
posted @ 2022-09-07 16:19 lydstory
阅读(66)
评论(0)
推荐(0)
上一页
1
···
232
233
234
235
236
237
238
239
240
···
627
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告