Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 719 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 719 Bytes

ezLCD-ADC Example Program

This program demonstrates how to read the ADC ports of the ezLCD-5035

Check comment in the code for firmware versions that this code has been tested on.

The differential ADC inputs are not yet working and you can only use them in single ended mode.  ADC Ports 7 & 8 are part of a differential pair and if you try to open port 8 after port 7 has been opened (or visa versa) the program will crash.  This is why there is an if statement that skips port 8 when opening the ports.

IMG_2230

IMG_2224