mirror of
https://github.com/eclipse/upm.git
synced 2025-03-21 16:07:29 +03:00

This driver was tested with the DFRobot URM37 Ultrasonic Ranger, V4. Both UART and analog access modes are supported. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
11 lines
115 B
OpenEdge ABL
11 lines
115 B
OpenEdge ABL
%module jsupm_urm37
|
|
%include "../upm.i"
|
|
%include "std_string.i"
|
|
|
|
%{
|
|
#include "urm37.h"
|
|
%}
|
|
|
|
%include "urm37.h"
|
|
|