mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00

Added the C source for the emg sensor with necessary changes to cmake, examples, docs. * Renamed all files with groveemg to emg * Replaced all instances of groveemg with emg * Added C source for emg sensor * Updated all cmake files * Added C example for emg sensor Signed-off-by: Noel Eck <noel.eck@intel.com>
9 lines
206 B
CMake
9 lines
206 B
CMake
upm_mixed_module_init (NAME emg
|
|
DESCRIPTION "upm emg muscle signal reader sensor module"
|
|
C_HDR emg.h
|
|
C_SRC emg.c
|
|
CPP_HDR emg.hpp
|
|
CPP_SRC emg.cxx
|
|
FTI_SRC emg_fti.c
|
|
REQUIRES mraa)
|