mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 09:49:59 +03:00

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