完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
看数据手册写出来显示在数码管上一直是00.00。。快疯了,求助高手
#include #include sfr P1ASF =0x9D; sfr ADC_CONTR =0xBC; sfr ADC_RES =0xBD; sfr ADC_RESL =0xBE; sfr AUXR1 =0xA2; typedef unsigned char uint8; typedef unsigned int uint16; sfr P4=0xc0; void init() { ADC_RES=0; ADC_RESL=0; P1ASF =0x01; ADC_CONTR =0xE8; AUXR1 =0x04; } void main() { uint16 result; uint8 c; uint16 temp; init(); while(1) { nops(); result=(ADC_RES<<8)|ADC_RESL; bai=result/100; shi=result%100/10+10; ge=result%10; disp_data(3,bai); disp_data(2,shi); disp_data(1,ge); disp_data(0,0); } |
|
相关推荐
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
嵌入式学习-飞凌嵌入式ElfBoard ELF 1板卡-spi编程示例之spi编写程序
575 浏览 0 评论
《DNK210使用指南 -CanMV版 V1.0》第三十七章 image图像对比实验
554 浏览 0 评论
500 浏览 1 评论
482 浏览 0 评论
关于RT-Thread studio添加freemodbus控件失败的问题
817 浏览 1 评论
【youyeetoo X1 windows 开发板体验】少儿AI智能STEAM积木平台
11645 浏览 31 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-9 01:34 , Processed in 0.571397 second(s), Total 73, Slave 55 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号