code about led_shake

Posted GrayAngel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了code about led_shake相关的知识,希望对你有一定的参考价值。

 1 //write by:cyt
 2 //Project Name:Led on/off
 3 //Time:2017-2-10
 4 #include<reg51.h>
 5 void delay(int c)
 6 {
 7     int a=38;
 8     int b=130;
 9     for(;c>0;c--)
10     {
11         for(;a>0;a--)
12             for(;b>0;b--)
13                 ;
14     }
15 }
16 void main()
17 {
18 
19     delay(1);
20 
21     while(1)
22     {
23         unsigned char i=0;
24         delay(50);
25         P0 = 0x00;
26         delay(50);
27         P0 = 0xff;
28     }
29 }
30                 
led_shake

 

以上是关于code about led_shake的主要内容,如果未能解决你的问题,请参考以下文章

Sublime Text自定制代码片段(Code Snippets)

vs code 自定义代码片段

VS Code配置markdown代码片段

VS Code配置markdown代码片段

vs code 用户代码片段 html.json

VS Code中自定义Emmet代码片段