文档简介
单片机C语言程序设计实训100例《单片机 C 语言程序设计实训 100 例---基于 8051 和 PROTEUS 仿真》案例《单片机C语言程序设计实训 100 例―基于 8051+Proteus仿真》案例 第 01 篇 基础程序设计01 闪烁的 LED /* 名称:闪烁的 LED 说明:LED 按设定的时间间隔闪烁*/ #include #define uchar unsigned char #define uint unsigned int sbit LED=P1^0; //延时 void DelayMS(uint x) { uchar i; while(x--) { for(i=0;i
评论
加载更多
推荐下载
查看更多
精选文集
推荐帖子