thearn / Python-Arduino-Command-API

A Python library for communicating with Arduino microcontroller boards
415 stars 151 forks source link

Due Support ? #26

Open LauLauThom opened 7 years ago

LauLauThom commented 7 years ago

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.