lcm1602: Initial C implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-06 13:28:05 -06:00
parent 255d6139ee
commit 7fe6f856a1
10 changed files with 1175 additions and 0 deletions

View File

@ -0,0 +1,9 @@
upm_mixed_module_init (NAME lcm1602
DESCRIPTION "upm LCM1602 and compatibles LCD display driver"
C_HDR lcm1602.h
C_SRC lcm1602.c
# CPP_HDR lcm1602.hpp
# CPP_SRC lcm1602.cxx
# FTI_SRC lcm1602_fti.c
# CPP_WRAPS_C
REQUIRES mraa)