Closed GoogleCodeExporter closed 9 years ago
Found that the arduino.h file was affecting the compiler. Even though the
arduino.h file was not compiled in, having it in the same directory caused this
problem. Renaming arduino.h to arduinoa.h fixed this problem.
Original comment by fergus.d...@gmail.com
on 12 Oct 2011 at 9:08
Original comment by dmel...@gmail.com
on 13 Oct 2011 at 7:26
Just to make clearer, the include file was called arduino.h since we had a
bitmap of the arduino logo and wanted to include it in the sketch. The previous
library file wsprogram.h would be a much better choice and would not cause
these problems.
Original comment by fergus.d...@gmail.com
on 27 Oct 2011 at 12:13
Original issue reported on code.google.com by
fergus.d...@gmail.com
on 12 Oct 2011 at 8:47Attachments: