mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 22:05:18 +03:00
ldt0028: Added piezo vibration sensor C source
Added the C source for the light sensor with necessary changes to cmake, examples, docs. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
set (libname "ldt0028")
|
||||
set (libdescription "upm ldt0028")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME ldt0028
|
||||
DESCRIPTION "ldt0028 Piezo Vibration Sensor"
|
||||
C_HDR ldt0028.h
|
||||
C_SRC ldt0028.c
|
||||
CPP_HDR ldt0028.hpp
|
||||
CPP_SRC ldt0028.cxx
|
||||
FTI_SRC ldt0028_fti.c
|
||||
REQUIRES mraa)
|
||||
|
||||
Reference in New Issue
Block a user