Quote:
Originally Posted by H-Man
Is the Tinkerkit LCD code broken? When I try to compile for the leonardo, I get a compile error on Ardunio 1.6.6.
|
Yah, the Tinkerkit LCD code does not have support for serial output. You'll need to turn off serial output via
Code:
//#define useSerialPortDataLogging true // Ability to output 5 basic parameters to a data logger or SD card
//#define useBufferedSerialPort true // Speed up serial output
I stopped development on getting the TinkerKit LCD board, due to lack of perceived interest. If you want serial output, I can try to figure out how to get it to work.