mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00

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