Closed
Description
I have written a Sanguino addon for the Arduino IDE: https://github.com/Lauszus/Sanguino that both works with Arduino 1.0.x and 1.5.x, but the problem is that there is no way to reference the Arduino libraries in version 1.5.x.
This means that you will have to include all the standard Arduino libraries within the addon in the dedicated libraries folder: https://github.com/Lauszus/Sanguino/tree/master/avr/libraries.
Wouldn't it be possible to create some kind of text file so you could tell the IDE to include the Arduino libraries for you architecture, like Wire, SPI, Servo etc for AVR, just like you can reference the Arduino core?
Regards
Lauszus