waiting_for_you 发表于 2015-2-17 14:07:45

很赞,刚开始学,谢谢分享

iHoney 发表于 2015-3-3 23:01:54

请问编译出现了这样的错误怎么办呢
Arduino: 1.5.3-Intel.1.0.4 (Windows NT (unknown)), Board: "Intel® Galileo"

i586-poky-linux-uclibc-g++: error: Files: No such file or directory
i586-poky-linux-uclibc-g++: error: (x86)\arduino-1.5.3-Intel.1.0.4/hardware/tools/x86/i586-poky-linux-uclibc: No such file or directory

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

GDragonx081 发表于 2015-4-1 14:50:26

很不错,学习中

hdivy 发表于 2015-4-20 15:42:04

真不错,很适合新手。。。。

chuangke 发表于 2015-5-28 13:12:24

已经按照上面的做了,可是怎么我的不是视频中的效果呢{:soso_e115:}

chuangke 发表于 2015-5-28 13:26:23

额····可以了····{:soso_e152:}

chuangke 发表于 2015-5-29 07:27:09

谢谢楼主示范
请问如果这次下载了程序指示灯按照要求一亮一灭的闪烁如果再次连接主板但是没有别的程序13号引脚的LED是不是也会执行一亮一灭的闪烁呢?

eager 发表于 2015-6-5 16:40:49

学习了。已经实验成功!

tomylver 发表于 2015-7-1 19:08:09

感谢,继续努力

chawuciren_1 发表于 2015-8-24 10:46:05

请问楼主,为什么我直接从网页上复制粘贴到就会报错,手动输入就可以正常运行
下面是报错信息
Arduino:1.5.6-r2 (Windows 7), 板:"Arduino Nano, ATmega328"

Build options changed, rebuilding all



E:\程序\arduino\arduino-1.5.6-r2\hardware\tools\avr\bin\avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=156 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IE:\程序\arduino\arduino-1.5.6-r2\hardware\arduino\avr\cores\arduino -IE:\程序\arduino\arduino-1.5.6-r2\hardware\arduino\avr\variants\eightanaloginputs C:\Users\XJ\AppData\Local\Temp\build641315923049012310.tmp\sketch_aug24a.cpp -o C:\Users\XJ\AppData\Local\Temp\build641315923049012310.tmp\sketch_aug24a.cpp.o

LED.ino: In function 'void setup()':
LED.ino:9: error: redefinition of 'void setup()'
sketch_aug24a.ino:1: error: 'void setup()' previously defined here
LED.ino: In function 'void loop()':
LED.ino:15: error: redefinition of 'void loop()'
sketch_aug24a.ino:6: error: 'void loop()' previously defined here

妖洞拐 发表于 2015-9-3 18:34:39

小白求问:IDE下载后打开程序里面的一行代码要怎么弄捏:o

妖洞拐 发表于 2015-9-3 18:36:53

void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}
就是这些东西

ximocnc 发表于 2015-9-4 13:18:22

不错 学习了

keneng 发表于 2015-11-12 10:15:12

这个教程已经试验成功了,感谢楼主

好名狗取了 发表于 2015-12-2 09:50:46

终于找到好资料了
页: 1 2 3 4 5 6 7 [8] 9
查看完整版本: Arduino入门教程--第一课--板载LED闪烁实验