基于单片机8x8点阵模拟电梯系统设计-毕设课设资料
Posted Mr song song
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于单片机8x8点阵模拟电梯系统设计-毕设课设资料相关的知识,希望对你有一定的参考价值。
【资源下载】下载地址:点击下载(1262) 百度网盘
#include <reg51.h> //51系列单片机头文件
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
/******************************************************
基础定义
*******************************************************/
uchar m=0,n=0;
uchar o,p,d;
uchar time=0;
/******************************************************
数码显示数据定义
*******************************************************/
uchar code taba[]={
0xff,0xef,0xef,0xef,0xab,0xc7,0xef,0xff}; //编码定义箭头
uchar code tab1[]={
0xff,0xef,0xcf,0xef,0xef,0xef,0xef,0xc7}; //编码定义 1
uchar code tab2[]={
0xff,0xc7,0xbb,0xfb,0xf7,0xcf,0xbf,0x83}; //编码定义 2
uchar code tab3[]={
0xff,0xc7,0xbb,0xfb,0xe7,0xfb,0xbb,0xc7}; //编码定义 3
uchar code tab4[]={
0xff,0xf7,0xe7,0xd7,0xb7,0xb7,0x83,0xf7}; //编码定义 4
uchar code tab5[]={
0xff,0x83,0xbf,0x87,0xfb,0xfb,0xbb,0xc7}; //编码定义 5
uchar code tab6[]={
0xff,0xe7,0xdf,0xbf,0x87,0xbb,0xbb,0xc7}; //编码定义 6
以上是关于基于单片机8x8点阵模拟电梯系统设计-毕设课设资料的主要内容,如果未能解决你的问题,请参考以下文章