完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
通过温度传感器进行实时采集,可以设定温度的报警范围,通过串口发送温度数据,实现模拟远程温度检测。
#include #define uchar unsigned char //宏定义无符号字符型 #define uint unsigned int //宏定义无符号整型 uchar duan[10]={0xc0,0Xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; //所需的段的位码0~9 uchar duan1[10]={0x40,0X79,0x24,0x30,0x19,0x12,0x02,0x78,0x00,0x10}; //所需的段的位码0~9 uchar wei[4]={0X01,0X02,0X04,0X08}; //位控制码 ***it ST=P3^5; //A/D启动转换信号 ***it OE=P3^4; //数据输出允许信号 ***it EOC=P3^2; //A/D转换结束信号 ***it CLK=P3^3; //时钟脉冲 uint z,x,c,v,AD0809, date; //定义数据类型 uint qq; ***it k1 = P2^0; ***it k2 = P2^1; ***it k3 = P2^2; ***it k4 = P2^3; ***it key1 = P2^4; ***it key2 = P2^5; ***it key3 = P2^6; ***it key4 = P2^7; ***it LED = P3^6; ***it BUZ = P3^7; char count = 0; int tempL = 3000; int tempH = 6000; |
|
|
|
只有小组成员才能发言,加入小组>>
3263 浏览 9 评论
2944 浏览 16 评论
3443 浏览 1 评论
8955 浏览 16 评论
4036 浏览 18 评论
1078浏览 3评论
558浏览 2评论
const uint16_t Tab[10]={0}; const uint16_t *p; p = Tab;//报错是怎么回事?
551浏览 2评论
用NUC131单片机UART3作为打印口,但printf没有输出东西是什么原因?
2286浏览 2评论
NUC980DK61YC启动随机性出现Err-DDR是为什么?
1848浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-10 14:41 , Processed in 0.930663 second(s), Total 47, Slave 39 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号