-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Comments
Which is a version of your Engduino? 2 or 3? |
Development info: |
I would focus on the engduino 3. |
Ok, I got you. I will add support for all versions. |
http://platformio.ikravets.com/#!/boards/engduino P.S: I will add "Engduino" library with the examples later and post link here |
Engduino requires the TwoWire library (http://arduino.cc/en/Reference/Wire) but I could not find it in the library repo. |
We are working on it with Engduino team. Just include in your source file this line: #include <Wire.h> The |
Hi Ivan,
How do you usually proceed to add a library in platformio? We would like to be able to target Engduino.
The text was updated successfully, but these errors were encountered: