Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the library under Eclipse and the Baeyens Plugin #101

Open
GoogleCodeExporter opened this issue Feb 20, 2016 · 1 comment
Open

Using the library under Eclipse and the Baeyens Plugin #101

GoogleCodeExporter opened this issue Feb 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 3 Dec 2013 at 1:18

@GoogleCodeExporter
Copy link
Author

Thank you for the post.

Original comment by [email protected] on 3 Dec 2013 at 8:37

  • Added labels: Type-Other
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant