Python-Arduino-Command-API
Python-Arduino-Command-API copied to clipboard
Due Support ?
Hello,
I have tried using the module with an Arduino Due, but I have some errors at compilation of the prototype sketch.
Especially for lines
#include <SoftwareSerial.h>
#include<EEPROM.h>
Apparently these are missing features with the Due... Any suggestions ?
Thanks.