abdulmajeed90 / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
Other
0 stars 0 forks source link

Using the library under Eclipse and the Baeyens Plugin #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thank you for the post.

Original comment by arduino....@gmail.com on 3 Dec 2013 at 8:37