|
TivaC Lcd Driver for 1602A LCD controller
A c++ driver for interfacing the TivaC with the 1602A LCD controller
|
main file for the lcd controller, used mainly for development testing as well as serve as an example for how to use the LcdDriver class More...
#include "lcd_driver.hpp"#include "driverlib/gpio.h"#include "driverlib/interrupt.h"#include "driverlib/pin_map.h"#include "driverlib/rom.h"#include "driverlib/sysctl.h"#include "driverlib/uart.h"#include "utils/uartstdio.h"#include "inc/hw_ints.h"#include "inc/hw_memmap.h"#include "inc/hw_types.h"
Functions | |
| int | main (void) |
main file for the lcd controller, used mainly for development testing as well as serve as an example for how to use the LcdDriver class
1.8.11