mirror of
https://github.com/eclipse/upm.git
synced 2025-03-17 22:17:28 +03:00

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>
9 lines
87 B
OpenEdge ABL
9 lines
87 B
OpenEdge ABL
%module jsupm_flex
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "flex.h"
|
|
%}
|
|
|
|
%include "flex.h"
|