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:
Noel Eck
2016-09-09 14:57:33 -07:00
parent 571f9c9498
commit b781405a95
6 changed files with 456 additions and 5 deletions

View File

@@ -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)