首页/作品列表/频闪小灯
主要内容


void setup() {

pinMode(6, OUTPUT);
}


void loop() {
digitalWrite(6, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(6, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
所需硬件
暂无数据!
代码展示

1. Blink

编程语言: C/C++(Arduino)

软件工具:Arduino IDE 1.8.4


附件下载
  • 资料展示
  • IMG_1460.zip
0
大牛,别默默的看了,快登录帮我点评一下吧!

立即注册