SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
177 stars 63 forks source link

JArduino firmware not compatible with last version of Arduino #15

Closed dukeboard closed 10 years ago

dukeboard commented 11 years ago

Hello,

The last version of JArduino firmware is not compatible with the last version of Arduino IDE. A simple patch can be the replacement of

include "WProgram.h"

by

include

In JArduino.cpp and JArduino.h files.

Best Regards, Fouquet François

brice-morin commented 10 years ago

See Issue #30