upm/src/flex/jsupm_flex.i
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

9 lines
87 B
OpenEdge ABL

%module jsupm_flex
%include "../upm.i"
%{
#include "flex.h"
%}
%include "flex.h"