thearn/Python-Arduino-Command-API

prototype.ino error

KipCrossing opened this issue · 1 comments

Hi,
I'm getting the following error message when trying to upload the prototype.ino code via the arduino IDE:

prototype.cpp: In function ‘void setup()’:
prototype.cpp:434:13: error: no match for ‘operator!’ in ‘!Serial’
prototype.cpp:434:13: note: candidate is: operator!(bool)

I have no C++ experience and need some help with this problem

Cheers,

KC

It turns out you need Arduino IDE version 1.05 and the code uploads fine.