void setup() {
pinMode(led, OUTPUT);
}
void loop() {
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(led, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
卡洛琦 发表于 2017-2-8 20:38
下载的资料怎么有密码?
AllBlue 发表于 2017-2-9 08:21
你下载什么资料有密码!
卡洛琦 发表于 2017-2-13 23:20
3、PS2解码通讯手册.pdf;
4、PS2解码通讯常见问题汇总.pdf
这两 PDF 文件打开需要密码
hello world
欢迎光临 YFROBOT创客社区 (http://yfrobot.com.cn/) | Powered by Discuz! X3.1 |