Skip to content

Reference libraries in hardware addon #1445

Closed
@Lauszus

Description

@Lauszus

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions