码迷,mamicode.com
首页 > 其他好文 > 详细

1.呼吸灯

时间:2019-06-23 15:49:55      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:oid   int   out   nal   ted   sha   run   mode   you   

void setup() {
  // put your setup code here, to run once:
  pinMode(10,OUTPUT);
}

void loop() {
  // put your main code here, to run repeatedly:
for(int i=0,t=1;i<=255,i>=0;i=i+t){
  analogWrite(10,i);
  delay(8);
  if(i==255)
  t=-t;
  delay(8);
  }

}

  接线:二极管长脚接D10;短脚接GND

1.呼吸灯

标签:oid   int   out   nal   ted   sha   run   mode   you   

原文地址:https://www.cnblogs.com/Sonny-xby/p/11072709.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!