TivaC Lcd Driver for 1602A LCD controller
A c++ driver for interfacing the TivaC with the 1602A LCD controller
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 lcd_driver.cppSource file for LcdDriver class, contain most user facing methods as well as major backend communication function
 lcd_driver.hppHeader file for LcdDriver class
 lcd_include.hppHeader file holding lcd controller specific information like its timing parameter, commands
 lcd_utils.cppImplement utils functions from LcdDriver class, low-level backend stuffs are generally here
 main.cppMain file for the lcd controller, used mainly for development testing as well as serve as an example for how to use the LcdDriver class