Closed GoogleCodeExporter closed 9 years ago
Sorry, I didn't quite understand this report. The "BYTE" keyword has been
removed from Arduino 1.0, use Serial.write() instead of Serial.print(BYTE).
Original comment by dmel...@gmail.com
on 27 Oct 2011 at 3:21
Try downloading and compiling the code. Maybe I should have said byte variable
type instead of keyword. For example:
const byte EPin = 8; // enable pin
will compile fine in the main file but not in an include file. For me this is a
big problem, since I would like to draw pictures on a screen and the best way
is to define a byte array in an include file.
Original comment by fergus.d...@gmail.com
on 27 Oct 2011 at 9:20
Original issue reported on code.google.com by
fergus.d...@gmail.com
on 27 Oct 2011 at 12:11Attachments: