pdf

100 Examples of Single-Chip Microcomputer C Language Programming Practice

  • 2013-09-29
  • 830.31KB
  • Points it Requires : 1

              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

unfold

You Might Like

Uploader
lamas
 

Recommended ContentMore

Popular Components

Just Take a LookMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
×