mirror of
https://github.com/eclipse/upm.git
synced 2025-12-18 14:54:47 +03:00
maxsonarez: Initial implementation
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>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
4759d70541
commit
4ca399845f
8
src/maxsonarez/jsupm_maxsonarez.i
Normal file
8
src/maxsonarez/jsupm_maxsonarez.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_maxsonarez
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "maxsonarez.h"
|
||||
%}
|
||||
|
||||
%include "maxsonarez.h"
|
||||
Reference in New Issue
Block a user