HOme Sheriff And Lamp
Dependencies: CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed
Fork of HoSAL by
rev_Hcsr04.h
00001 /* 00002 # coded by revival / uasonice (at) gmail.com 00003 # DATE: 2015/08/10 / Mon Aug 10 21:21:36 KST 2015 00004 # 00005 # DESCRIPTION: 00006 # copied from Ultrasonic by Ryu 00007 # 00008 */ 00009 00010 #ifndef __REV_HCSR04_H__ 00011 #define __REV_HCSR04_H__ 00012 00013 #include "hcsr04.h" //ryuhs74@20150810 - Add 00014 00015 00016 int get_distance(HCSR04 *pH); 00017 00018 #endif // __REV_HCSR04_H__ 00019 00020
Generated on Mon Jul 18 2022 23:38:57 by
1.7.2
