I did not know where to put this, but as I am a fanatic user of the Eclipse
development environment using the Baeyens Arduino plugin, I succeeded in using
this library as follows:
As I am working with the ATTiny family I succeeded using the Baeyens plugin
(using Arduino IDE 1.5.2) in the following way:
Download the latest version of ATTiny libs from: http://code.google.com/p/arduino-tiny/downloads/list
unpack them somewhere on your disk
create a folder tiny in : {your installation folder}\hardware\arduino
copy the files from {where you unpacked the tiny folders}\arduino-tiny-0150-0018\tiny\avr to {your installation folder}\hardware\arduino]tiny
rename in Prospective Boards.txt in {your installation folder}\hardware\arduino]tiny to [boards.txt]
edit platform.txt in {your installation folder}\hardware\arduino\tiny and change this line:
#compiler.path={ide.path}/tools/avr/bin/..
into
compiler.path={your Arduino installation folder}\hardware\tools\avr\bin\\
{your Arduino installation folder} = the folder where you installed Arduino
DON'T FORGET THE EXTRA BACKSLASH AFTER THE BIN
This will work on both the standard Arduino 1.5.2 IDE and the Eclipse.
Regards
Nico Verduin
Original issue reported on code.google.com by verelec....@gmail.com on 3 Dec 2013 at 1:18
Original issue reported on code.google.com by
verelec....@gmail.com
on 3 Dec 2013 at 1:18