• 大小: 144KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: STC51  beer  

资源简介

通过AD转换得到酒精的浓度信息,然后在51单片机中进行处理,可以手动设置报警的阈值,手动选择显示的界面是设置界面还是测量界面。

资源截图

代码片段和文件信息

#include 
#include “intrins.h“ 
#define nop _nop_();_nop_();_nop_();_nop_();_nop_(); 
#define uchar unsigned char
#define uint unsigned int 
#define GPIO_KEY P1
sbit clk=P2^0;
sbit sdo=P2^1;
sbit cs=P2^2;
sbit buzzer=P3^7;
sbit LED=P0^0;                                                                //定义DIO

sbit CLK=P2^4;                                                                 //定义CLK
sbit DIO=P2^3; 
unsigned char code CODE[10]={0x3F0x060x5B0x4F0x660x6D0x7D0x070x7F0x6F }; //共阳显示数据0-F
                                                        /* 0   1    2    3    4     5    6    7     8    9   a     b    c    d    e    f*/
unsigned char code TAB[10]={0x000x000x000x000x000x000x000x000x000x00};//数码管不显示
unsigned int len_date_int_0=0qian

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-28 21:46  酒精\
     目录           0  2018-06-28 21:46  酒精\完工成品\
     文件       18349  2018-01-07 20:43  酒精\完工成品\main
     文件        7334  2018-01-07 20:44  酒精\完工成品\main.c
     文件        7032  2018-01-07 20:43  酒精\完工成品\main.hex
     文件          56  2018-01-07 20:43  酒精\完工成品\main.lnp
     文件       14862  2018-01-07 20:43  酒精\完工成品\main.LST
     文件       23339  2018-01-07 20:43  酒精\完工成品\main.M51
     文件       20138  2018-01-07 20:43  酒精\完工成品\main.OBJ
     文件        5721  2018-01-07 20:43  酒精\完工成品\main.plg
     文件       55319  2018-01-07 20:45  酒精\完工成品\main.uvopt
     文件       13421  2018-01-07 20:45  酒精\完工成品\main.uvproj
     文件           0  2018-01-07 19:44  酒精\完工成品\main_uvproj.bak
     文件        6376  2009-05-07 14:37  酒精\完工成品\STARTUP.A51
     文件       14052  2018-01-07 20:43  酒精\完工成品\STARTUP.LST
     文件         749  2018-01-07 20:43  酒精\完工成品\STARTUP.OBJ
     目录           0  2018-06-28 21:46  酒精\数码管\
     文件       10496  2018-01-07 20:13  酒精\数码管\ceshi
     文件        5830  2018-01-07 20:13  酒精\数码管\ceshi.c
     文件        1588  2018-01-07 20:13  酒精\数码管\ceshi.hex
     文件          58  2018-01-07 20:13  酒精\数码管\ceshi.lnp
     文件        9934  2018-01-07 20:13  酒精\数码管\ceshi.LST
     文件       12243  2018-01-07 20:13  酒精\数码管\ceshi.M51
     文件       10771  2018-01-07 20:13  酒精\数码管\ceshi.OBJ
     文件         462  2018-01-07 20:17  酒精\数码管\ceshi.plg
     文件       55316  2018-01-07 20:17  酒精\数码管\ceshi.uvopt
     文件       13424  2018-01-07 16:56  酒精\数码管\ceshi.uvproj
     文件       55318  2018-01-07 19:42  酒精\数码管\ceshi_uvopt.bak
     文件           0  2018-01-07 16:25  酒精\数码管\ceshi_uvproj.bak
     文件        6376  2009-05-07 14:37  酒精\数码管\STARTUP.A51
     文件       14052  2018-01-07 20:13  酒精\数码管\STARTUP.LST
............此处省略35个文件信息

评论

共有 条评论