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

support for engduino #38

Closed
pelikhan opened this issue Dec 19, 2014 · 7 comments
Closed

support for engduino #38

pelikhan opened this issue Dec 19, 2014 · 7 comments
Assignees
Milestone

Comments

@pelikhan
Copy link

Hi Ivan,

How do you usually proceed to add a library in platformio? We would like to be able to target Engduino.

https://code.google.com/p/engduino/wiki/InstallingEngduinoV3
@ivankravets
Copy link
Member

Which is a version of your Engduino? 2 or 3?

@ivankravets ivankravets added this to the 0.10.0 milestone Dec 25, 2014
@ivankravets ivankravets self-assigned this Dec 25, 2014
@ivankravets
Copy link
Member

Development info:

@pelikhan
Copy link
Author

I would focus on the engduino 3.

@ivankravets
Copy link
Member

Ok, I got you. I will add support for all versions.

@ivankravets
Copy link
Member

http://platformio.ikravets.com/#!/boards/engduino
http://docs.platformio.ikravets.com/en/latest/platforms/atmelavr.html#engduino

P.S: I will add "Engduino" library with the examples later and post link here

@pelikhan
Copy link
Author

Engduino requires the TwoWire library (http://arduino.cc/en/Reference/Wire) but I could not find it in the library repo.

@ivankravets
Copy link
Member

We are working on it with Engduino team. Just include in your source file this line:

#include <Wire.h>

The Wire library is bundled with Arduino Framework by default.

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

2 participants