Files
upm/src/nunchuck/pyupm_nunchuck.i
Jon Trulson 1f3d074261 nunchuck: Initial implementation
This was tested with the Grove Nunchuck adapter.

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-02-25 09:21:43 -08:00

10 lines
125 B
OpenEdge ABL

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