当前位置:   article > 正文

单片机6路抢答器c语言程序,基于51单片机的六路抢答器程序

单片机6抢答器

#include

#include

#define uint unsigned int

#define uchar unsigned char

sbit P37=P3^7;

sbit P07=P0^7;

sbit P06=P0^6;

uchar m,a,b,c,i,k,s,r=0;

uint j,sum,d1=0,d2=0,d3=0,d4=0,d5=0,d6=0;

uchar code tab1[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};   //倒计时字符表

uchar code tab[6]={0x06,0x5b,0x4f,0x66,0x6d,0x7d};        //编号字符表

//头文件及参数定义

main()              //主函数

{

//中断服务程序~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

EA=1;            //开中断总开关

EX0=1;           //开外部中断INT0

IT0=1;           //选择下降沿触发方式

TMOD=0x01;       //定时器T0选择方式一

while(1)         //等待中断

//跑马程序~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

{  for(k=0

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/164328?site
推荐阅读
相关标签
  

闽ICP备14008679号