mirror of
https://github.com/eclipse/upm.git
synced 2025-07-09 13:21:22 +03:00
lcm1602: Initial C implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/lcm1602/CMakeLists.txt
Normal file
9
src/lcm1602/CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user