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

The module supports the LV-MaxSonar EZ1, EZ2, EZ3 and EZ4 ultrasonic range finders. It was developed and tested on the EZ3 variant. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
10 lines
131 B
OpenEdge ABL
10 lines
131 B
OpenEdge ABL
%module pyupm_maxsonarez
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "maxsonarez.h"
|
|
%{
|
|
#include "maxsonarez.h"
|
|
%}
|