HOme Sheriff And Lamp

Dependencies:   CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed

Fork of HoSAL by pi bae

Revision:
0:35211a622a44
Child:
2:3c7526a1893a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rev_Hcsr04.h	Tue Aug 11 16:05:02 2015 +0000
@@ -0,0 +1,21 @@
+/*
+# coded by revival / uasonice (at) gmail.com
+# DATE: 2015/08/10 / Mon Aug 10 21:21:36 KST 2015
+#
+# DESCRIPTION:
+#       copied from Ultrasonic by Ryu
+#		
+*/
+
+#ifndef __REV_HCSR04_H__
+#define __REV_HCSR04_H__
+
+#include "hcsr04.h" //ryuhs74@20150810 - Add 
+
+
+int get_distance(void);
+
+#endif // __REV_HCSR04_H__
+
+
+