HOme Sheriff And Lamp

Dependencies:   CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed

Fork of HoSAL by pi bae

Revision:
2:3c7526a1893a
Parent:
0:35211a622a44
--- a/rev_Hcsr04.h	Tue Aug 11 16:07:05 2015 +0000
+++ b/rev_Hcsr04.h	Tue Aug 11 16:30:37 2015 +0000
@@ -13,9 +13,8 @@
 #include "hcsr04.h" //ryuhs74@20150810 - Add 
 
 
-int get_distance(void);
+int get_distance(HCSR04 *pH);
 
 #endif // __REV_HCSR04_H__
 
 
-