hcsr04: Added new sonar module (not working properly yet)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-04 14:57:19 +00:00
parent aac51c4850
commit 28b68b71c8
8 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
%module jsupm_hcsr04
%{
#include "hcsr04.h"
%}
%include "hcsr04.h"