找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

51单片机数码管不用锁存器显示时程序怎么写

[复制链接]
admin 发表于 2012-9-2 08:07:07 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
我的程序:
#include <reg52.h>
unsigned int ms;
unsigned char shumaguan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
//sbit wei1=P2^4;
sbit wei2=P2^5;
sbit wei3=P2^6;
sbit wei4=P2^7;
void delay (unsigned int ms)
{
unsigned int i;
unsigned char j;
for(i=0;i<ms;i++)
{
for(j=0;j<200;j++);
for(j=0;j<102;j++);
}
}
void main()
{
//P0=0xfe;wei1=1;P0=shumaguan[0];delay(5);wei2=0;delay(5);
P0=0xfd;wei2=1;P0=shumaguan[1];delay(5);wei2=1;//delay(5);
P0=0xfb;wei3=1;P0=shumaguan[2];delay(5);wei3=1;//delay(5);
P0=0xf7;wei4=1;P0=shumaguan[3];delay(5);wei4=1;//delay(5);
}

因为P2^4是接继电器的,所以用这个引脚会出问题,可是如果要用的数码管较多的话,还是要用这个脚的。
主要是这个程序显示的数字位置不对,为什么呢?请大侠赐教
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-24 08:32 , Processed in 0.048746 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表