upm/src/rotaryencoder/pyupm_rotaryencoder.i
Jon Trulson d307376abc rotaryencoder: Initial implementation
This module implements supoort for the Grove Rotary Encoder, though it
should function with any Rotary Encoder utilizing two GPIOs.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
2015-01-19 15:08:38 -08:00

10 lines
140 B
OpenEdge ABL

%module pyupm_rotaryencoder
%include "../upm.i"
%feature("autodoc", "3");
%include "rotaryencoder.h"
%{
#include "rotaryencoder.h"
%}