urm37: Initial implementation
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>
This commit is contained in:
committed by
Abhishek Malik
parent
6e095826d3
commit
639f99691b
10
src/urm37/jsupm_urm37.i
Normal file
10
src/urm37/jsupm_urm37.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module jsupm_urm37
|
||||
%include "../upm.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%{
|
||||
#include "urm37.h"
|
||||
%}
|
||||
|
||||
%include "urm37.h"
|
||||
|
||||
Reference in New Issue
Block a user