ผมลองทำตาม คลิป ของเวปเเล้ว เเต่ยัง คอมไพล์ไม่ได้เลยครับ มีขึ้นข้อความนี้ครับ Property line '?# See:
http://code.google.com/p/arduino/wiki/Platforms' in file
C:\Program Files (x86)\Arduino\hardware\arduino\avr\boards.txt is invalid
Error compiling for board Arduino/Genuino Uno.
ทำเหมือน Attiny85 ในตัวอย่างหน้าบทความ หรือลิงค์ตัวอย่างในหน้าสินค้า
ต้องลงบอร์ด attiny13 เพิ่มด้วย ที่ทำขึ้น error เพราะเลือกบอร์ดยังไม่ถูก่ครับ
ผมลองทำข้างต้นเเล้ว พอผมคอมไพ เเล้ว ขึ้นข้อความนี้ครับ พอทราบไหมครับ
Warning: platform.txt from core 'Attiny13' contains deprecated compiler.path={runtime.ide.path}/hardware/tools/avr/bin/, automatically converted to compiler.path={runtime.tools.avr-gcc.path}/bin/. Consider upgrading this core.
Warning: platform.txt from core 'Attiny13' contains deprecated tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude, automatically converted to tools.avrdude.cmd.path={path}/bin/avrdude. Consider upgrading this core.
Warning: platform.txt from core 'Attiny13' contains deprecated tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf, automatically converted to tools.avrdude.config.path={path}/etc/avrdude.conf. Consider upgrading this core.
Warning: platform.txt from core 'Attiny13' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
sketch\sketch_sep11a.ino.cpp:1:21: fatal error: Arduino.h: No such file or directory
แบบนี้ยังคอมไพล์ไม่ผ่านครับ ลง core ไม่สำเร็จ
มีลิงค์ตัวอย่างวิธีลง core ที่หน้าสินค้าครับ
http://www.instructables.com/id/Installing-Attiny13-core-files/