upm/src/flex/CMakeLists.txt
Zion Orent 317ad35180 flex: initial implementation
Implements the flex analog sensor.  See
http://bildr.org/2012/11/flex-sensor-arduino/
for wiring instructions.

Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
2015-04-01 10:02:20 -07:00

6 lines
145 B
CMake

set (libname "flex")
set (libdescription "upm flex sensor module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()