Closed dukeboard closed 10 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
by
In JArduino.cpp and JArduino.h files.
Best Regards, Fouquet François
See Issue #30
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