mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Added the C source for the flex sensor with necessary changes to cmake, examples, and docs. * Renamed all files with groveslide to slide * Replaced all instances of groveslide with slide * Added C source for slide sensor * Updated all cmake files * Added C example for slide sensor * Split out slide sensor from grove library Signed-off-by: Noel Eck <noel.eck@intel.com>
9 lines
202 B
CMake
9 lines
202 B
CMake
upm_mixed_module_init (NAME slide
|
|
DESCRIPTION "Slide potentiometer sensor"
|
|
C_HDR slide.h
|
|
C_SRC slide.c
|
|
CPP_HDR slide.hpp
|
|
CPP_SRC slide.cxx
|
|
FTI_SRC slide_fti.c
|
|
REQUIRES mraa)
|