下载此文档

基于51单片机心形流水灯C语言源程序.docx


文档分类:汽车/机械/制造 | 页数:约16页 举报非法文档有奖
1/16
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/16 下载此文档
文档列表 文档介绍
基于51单片机心形流水灯C语言源程序.docx基于51单片机心形流水灯C语言源程序
#include<>
unsigned int x,y;
void delayms(unsigned int z) //延时
{
unsigned int i,j;
for(i=z;i>0;i--)
for(j=150;j>0;j--);
}
void On_all() //开启所有灯
{
P0=0x00; P1=0x00; P2=0x00; P3=0x00;
}
void Off_all()//关闭所有灯
{
P0=0xff; P1=0xff; P2=0xff; P3=0xff;
}
void ls()//正向流水灯
{
P0=0x00; delayms(400);
P2=0x00; delayms(400);
P3=0x00; delayms(400);
P1=0x00; delayms(400);
P0=0x01; delayms(50);
P0=0x02; delayms(50);
P0=0x04; delayms(50);
P0=0x08; delayms(50);
P0=0x10; delayms(50);
P0=0x20; delayms(50);
P0=0x40; delayms(50);
P0=0x80; delayms(50);
P0=0x00;
P2=0x01; delayms(50);
P2=0x02; delayms(50);
P2=0x04; delayms(50);
P2=0x08; delayms(50);
P2=0x10; delayms(50);
P2=0x20; delayms(50);
P2=0x40; delayms(50);
P2=0x80; delayms(50);
P2=0x00;
P3=0x80; delayms(50);
P3=0x40; delayms(50);
P3=0x20; delayms(50);
P3=0x10; delayms(50);
P3=0x08; delayms(50);
P3=0x04; delayms(50);
P3=0x02; delayms(50);
P3=0x01; delayms(50);
P3=0x00;
P1=0x80; delayms(50);
P1=0x40; delayms(50);
P1=0x20; delayms(50);
P1=0x10; delayms(50);
P1=0x08; delayms(50);
P1=0x04; delayms(50);
P1=0x02; delayms(50);
P1=0x01; delayms(50);
P1=0x00;
Off_all();
P0=0xfe; delayms(50);
P0=0xfd; delayms(50);
P0=0xfb; delayms(50);
P0=0xf7; delayms(50);
P0=0xef; delayms(50);
P0=0xdf; delayms(50);
P0=0xbf; delayms(50);
P0=0x7f; delayms(50);
P0=0xff;
P2=0xfe; delayms(50);
P2=0xfd; delayms(50);
P2=0xfb; delayms(50);
P2=0xf7; delayms(50);
P2=0xef; delayms(50);
P2=0xdf; delayms(50);
P2=0xbf; delayms(50);
P2=0x7f; delayms(50);
P2=0xff;
P3=0x7f; delayms(50);
P3=0xbf; delayms(50);
P3=0xdf; delayms(50);
P3=0xef; delayms(50);
P3=0xf7; delayms(50);
P3=0xfb; delayms(50);
P3=0xfd; delayms(50);
P3=0xfe; delayms(50);
P3=0xff;
P1=0x7f; delayms(50);
P1=0xbf; delay

基于51单片机心形流水灯C语言源程序 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数16
  • 收藏数0 收藏
  • 顶次数0
  • 上传人平平
  • 文件大小25 KB
  • 时间2021-08-02