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

9 lines
99 B
OpenEdge ABL

%module jsupm_nunchuck
%include "../upm.i"
%{
#include "nunchuck.h"
%}
%include "nunchuck.h"