upm/src/rotaryencoder/jsupm_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

9 lines
114 B
OpenEdge ABL

%module jsupm_rotaryencoder
%include "../upm.i"
%{
#include "rotaryencoder.h"
%}
%include "rotaryencoder.h"