upm/src/emg/CMakeLists.txt
Noel Eck a19678948b emg: Added emg sensor C source
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>
2016-09-14 14:08:58 -07:00

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)