-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Soily edited this page Jan 4, 2015
·
1 revision
Welcome to the HardSerialLCDv1.0 wiki!
This Source Code is based on the freely available library from Seeed.
The Reason for changing the existing code was, because the original library is using dedicated GPIO's for driving the serial interface. The code was mainly based on a Software-Uart. This didn't work out for the Intel Edison board (SW Firmware Oct 2013). So I just connected it to the HW-Uart (Serial1 in Arduino) and took over the code and just replaced the use of the Software-Uart inside the library with the HW-Uart.