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>
This commit is contained in:
Zion Orent
2015-03-12 13:11:22 -04:00
committed by John Van Drasek
parent e3ba0d7b0a
commit 317ad35180
8 changed files with 264 additions and 0 deletions

9
src/flex/pyupm_flex.i Normal file
View File

@@ -0,0 +1,9 @@
%module pyupm_flex
%include "../upm.i"
%feature("autodoc", "3");
%include "flex.h"
%{
#include "flex.h"
%}