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>
10 lines
113 B
OpenEdge ABL
10 lines
113 B
OpenEdge ABL
%module pyupm_flex
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "flex.h"
|
|
%{
|
|
#include "flex.h"
|
|
%}
|