upm/src/rfr359f/pyupm_rfr359f.i
Jon Trulson 6642ee9eef rfr359f: Initial implementation
This was tested on the Grove IR Distance Interrupter.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-19 10:05:18 -08:00

10 lines
122 B
OpenEdge ABL

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