Design of 51 single chip microcomputer intelligent clock

Publisher:开元轩Latest update time:2020-02-17 Source: 51hei Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

                        ms2=0;

                }

                

                if(anjian4==0&&aj4==0)//Detect key 4

          {

                  delay(5);

                  if(anjian4==0) aj4=1,ms2=0;

          }

          if(anjian4==1&&aj4==1)

                {

                        nao_fen--;

                        if(nao_fen<0) nao_fen=59;

                        change=0;

                        aj4=0; //Press and release button 1, hours--

                }

                if(aj4==1&&ms2>=700) changan=1,ms2=0; //Detect long press time 0.5s

                if(aj4==1&&changan==1&&ms2>=100)//快减

                {

                        nao_fen--;

                        if(nao_fen<0) nao_fen=59;

                        ms2=0;

                }

                if(anjian1==0&&aj1==0)//Detect key 1

                {

                        delay(5);

                        if(anjian1==0) aj1=1;

                }

                if(anjian1==1&&aj1==1) 

                {

                        aj1=0;

                        cd=4;

                  IapErase(0x0600);

                  IapProgram(0x0600, nao_fen); //Write hour value

                }

                if(anjian2==0&&aj2==0)//Detect key 2

                {

                        delay(5);

                        if(anjian2==0) aj2=1;

                }

                if(anjian2==1&&aj2==1) 

                {

                        aj2=0;

                        cd=20; //Go to menu 20

                  IapErase(0x0600);

                  IapProgram(0x0600, nao_fen); //Write hour value

                }

        }

        while(cd==19) //Menu 19 Set temperature switch

        {

                if(wendu_kaiguan==0)

                {

                        if(ms1>0&&ms1<300)        xianshi(32,33,34,33,27,0,37,37);

                        if(ms1>300&&ms1<600)  xianshi(32,33,34,33,27,28,28,28);

                        if(ms1>600) ms1=0;

                }

                if(wendu_kaiguan==1)

                {

                        if(ms1>0&&ms1<300)        xianshi(32,33,34,33,27,27,0,38);

                        if(ms1>300&&ms1<600)  xianshi(32,33,34,33,27,27,28,28);

                        if(ms1>600) ms1=0;

                }

                

                if(anjian3==0&&aj3==0)//Detect key 3

                {

                        delay(5);

                        if(anjian3==0) aj3=1;

                }

                if(anjian3==1&&aj3==1) 

                {

                        aj3=0;

                        wendu_kaiguan++;

                }

                if(anjian4==0&&aj4==0)//Detect key 4

                {

                        delay(5);

                        if(anjian4==0) aj4=1;

                }

                if(anjian4==1&&aj4==1) 

                {

                        aj4=0;

                        wendu_kaiguan++;

                }

                if(wendu_kaiguan>1) wendu_kaiguan=0;

                

                if(anjian1==0&&aj1==0)//Detect key 1

                {

                        delay(5);

                        if(anjian1==0) aj1=1;

                }

                if(anjian1==1&&aj1==1) 

                {

                        aj1=0;

                        cd=0;

                  IapErase(0x0800);

                  IapProgram(0x0800, wendu_kaiguan); //Write switch value

                }

        }

        while(cd==20) //Menu 20 Select alarm 1, 2

        {

                if(s==0)

                {

                        if(nao_kaiguan==0)

                        {

                                if(ms1>0&&ms1<300)        xianshi(30,31,1,27,27,0,37,37);

                                if(ms1>300&&ms1<600)  xianshi(30,31,28,27,27,0,37,37);

                                if(ms1>600) ms1=0;

                        }

                        if(nao_kaiguan==1)

                        {

                                if(ms1>0&&ms1<300)        xianshi(30,31,1,27,27,27,0,38);

                                if(ms1>300&&ms1<600)  xianshi(30,31,28,27,27,27,0,38);

                                if(ms1>600) ms1=0;

                        }

                }        

                if(s==1)

                {

                        if(nao2_kaiguan==0)

                        {

                                if(ms1>0&&ms1<300)        xianshi(30,31,2,27,27,0,37,37);

                                if(ms1>300&&ms1<600)  xianshi(30,31,28,27,27,0,37,37);

                                if(ms1>600) ms1=0;

                        }

                        if(nao2_kaiguan==1)

                        {

                                if(ms1>0&&ms1<300)        xianshi(30,31,2,27,27,27,0,38);

                                if(ms1>300&&ms1<600)  xianshi(30,31,28,27,27,27,0,38);

                                if(ms1>600) ms1=0;

                        }

                }

                

                if(anjian1==0&&aj1==0)//Detect key 1

          {

                  delay(5);

                  if(anjian1==0) aj1=1;

          }

          if(anjian1==1&&aj1==1) aj1=0,cd=4,ms1=0; //Press and release button 1 to go to level 4 menu

                

                if(anjian2==0&&aj2==0)//Detect key 2

                {

                        delay(5);

                        if(anjian2==0) aj2=1;

                }

                if(anjian2==1&&aj2==1)

                {

                        aj2=0;

                        if(s==1) cd=21; //Press and release button 2 to go to level 21 menu

                        if(s==0) ​​cd=16; //Press and release button 2 to go to level 16 menu

                }        

                                

                if(anjian3==0&&aj3==0)//Detect key 3

                {

                        delay(5);

                        if(anjian3==0) aj3=1;

                }

                if(anjian3==1&&aj3==1) 

                {

                        aj3=0;

                        s=1;

                }

                if(anjian4==0&&aj4==0)//Detect key 4

                {

                        delay(5);

                        if(anjian4==0) aj4=1;

                }

                if(anjian4==1&&aj4==1) 

                {

                        aj4=0;

                        s=0;

                }

        }

        while(cd==21) //Menu 21 Set alarm 2 on/off

        {

                if(nao2_kaiguan==0)

                {

                        if(ms1>0&&ms1<300)        xianshi(30,31,2,27,27,0,37,37);

                        if(ms1>300&&ms1<600)  xianshi(30,31,2,27,27,28,28,28);

                        if(ms1>600) ms1=0;

                }

                if(nao2_kaiguan==1)

                {

                        if(ms1>0&&ms1<300)        xianshi(30,31,2,27,27,27,0,38);

                        if(ms1>300&&ms1<600)  xianshi(30,31,2,27,27,27,28,28);

                        if(ms1>600) ms1=0;

                }

                

                if(anjian3==0&&aj3==0)//Detect key 3

                {

                        delay(5);

                        if(anjian3==0) aj3=1;

                }

                if(anjian3==1&&aj3==1) 

                {

                        aj3=0;

                        nao2_kaiguan++;

                }

                if(anjian4==0&&aj4==0)//Detect key 4

                {

                        delay(5);

                        if(anjian4==0) aj4=1;

                }

                if(anjian4==1&&aj4==1) 

                {

                        aj4=0;

                        nao2_kaiguan++;

                }

                if(nao2_kaiguan>1) nao2_kaiguan=0;

                

                if(anjian1==0&&aj1==0)//Detect key 1

                {

                        delay(5);

                        if(anjian1==0) aj1=1;

                }

                if(anjian1==1&&aj1==1) 

                {

                        aj1=0;

                        cd=4;

                  IapErase(0x0c00);

                  IapProgram(0x0c00, nao2_kaiguan); //Write switch value

                }

                if(anjian2==0&&aj2==0)//Detect key 2

                {

                        delay(5);

                        if(anjian2==0) aj2=1;

                }

                if(anjian2==1&&aj2==1) 

                {

                        aj2=0;

                        cd=22; //Go to menu 22

                  IapErase(0x0c00);

                  IapProgram(0x0c00, nao2_kaiguan); //Write switch value

                }

        }

        while(cd==22) //Menu 22 Set alarm 2 hours

        {

                if(ms1>0&&ms1<300) xianshi(27,nao2_shi/10,nao2_shi%10,27,27,nao2_fen/10,nao2_fen%10,27);

                if(ms1>300&&ms1<600)  xianshi(27,28,28,27,27,nao2_fen/10,nao2_fen%10,27);

                if(ms1>600) ms1=0;

                if(ms1>300&&changan==1) ms1=0;

                

                

                

                if(anjian3==0&&aj3==0)//Detect key 3

          {

                  delay(5);

                  if(anjian3==0) aj3=1,ms2=0;

          }

          if(anjian3==1&&aj3==1)

                {

                        nao2_shi++;

                        if(nao2_shi==25) nao2_shi=0;

                        change=0;

                        aj3=0; //Press and release button 1, hours++

                }

                if(aj3==1&&ms2>=700) changan=1,ms2=0; //Detect long press time 0.5s

                if(aj3==1&&changan==1&&ms2>=100)//快加

                {

                        nao2_shi++;

                        if(nao2_shi==25) nao2_shi=0;

                        ms2=0;

                }

                

                if(anjian4==0&&aj4==0)//Detect key 4

          {

                  delay(5);

                  if(anjian4==0) aj4=1,ms2=0;

[1] [2] [3] [4] [5] [6] [7] [8] [9]
Reference address:Design of 51 single chip microcomputer intelligent clock

Previous article:Stepper Motor Control and Simulation Based on 51 Single Chip Microcomputer
Next article:51 MCU 12864 display electronic password lock source code

Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号