摘要: 目录 #include <stdio.h> int main() { char char_a = 0x88; short short_a = 0x8848; unsigned char u_char_a = 0x88; unsigned short u_short_a = 0x8848; print 阅读全文
posted @ 2023-03-10 17:34 JayWell 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 目录 链接: https://pan.baidu.com/s/1wXqoWQxnr_SA88zjeIfW7Q?pwd=wch6 提取码: wch6 以582为例,驱动DS18B20,主要代码如下。 主函数所在源文件↓ #include "CH58x_common.h" #include "DS18B 阅读全文
posted @ 2023-03-10 17:11 JayWell 阅读(200) 评论(0) 推荐(0) 编辑