基于单片机8位竞赛抢答器仿真设计-全套资料

Posted Mr song song

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于单片机8位竞赛抢答器仿真设计-全套资料相关的知识,希望对你有一定的参考价值。

【资源下载】下载地址:点击下载(1266) 百度网盘

#include<reg51.h>

sbit DIN=P3^0;//与max7219接口定义
sbit LOAD=P3^1;
sbit CLK=P3^2;

sbit key0=P1^0;//8路抢答器按键
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
sbit key4=P1^4;
sbit key5=P1^5;
sbit key6=P1^6;
sbit key7=P1^7;

sbit key_clear=P2^0;//主持人时间设置、清除
sbit begin=P2^1;//主持人开始按键

sbit sounder=P3^7;//蜂鸣器

unsigned char second=30;//秒表计数值
unsigned char counter=0;//counter每100,minite加1
unsigned char people=0;//抢答结果

unsigned char num_add[]={0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08};//max7219读写地址、内容
unsigned char num_dat[]={0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89};

unsigned char keyscan()//键盘扫描函数
{
  unsigned char keyvalue,temp;

 

 

  

 

以上是关于基于单片机8位竞赛抢答器仿真设计-全套资料的主要内容,如果未能解决你的问题,请参考以下文章

资料转发分享基于8086八路智能抢答器系统控制设计基于8086八路PT100热敏电阻温度采集基于8086步进电机定时启动设计-仿真设计资料

资料转发分享基于8086八路智能抢答器系统控制设计基于8086八路PT100热敏电阻温度采集基于8086步进电机定时启动设计-仿真设计资料

51单片机的4位抢答器proteus仿真设计(仿真+源码+参考报告)

51单片机8位抢答器+Proteus仿真

基于Protues数电抢答器电路系统设计-全套资料

基于单片机16抢答器控制系统设计-毕设课设资料