100 Examples of Single-Chip Microcomputer C Language Programming Practice \"100 Examples of Single-Chip Microcomputer C Language Programming Practice --- Based on 8051 and PROTEUS Simulation\" Case \"100 Examples of Single-Chip Microcomputer C Language Programming Practice --- Based on 8051+Proteus Simulation\" Case 01 Basic Programming 01 Flashing LED /* Name: Flashing LED Description: The LED flashes at the set time interval*/ #include #define uchar unsigned char #define uint unsigned int sbit LED=P1^0; //Delay void DelayMS(uint x) { uchar i; while(x--) { for(i=0;i
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore