源程序:unsigned char table[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
void delay(unsigned int x)
{
unsigned int i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main(void)
{
/* Start user code. Do not edit comment generated here */
PORT_Init();
unsigned char i;
P6=0x02;
while (1U)
{
for(i=8;i>0;i--)
{
P6=P6>>1;
P7=table[i];
delay(50);
}
}
/* End user code. Do not edit comment generated here */
}
这是Applilet设置:昨天jobs说得加上拉电阻才行,所以我试了试,还是不行!求原因。。。
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |