Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed
Fork of HoSAL by
rev_Hcsr04.h
- Committer:
- uasonice
- Date:
- 2015-08-13
- Revision:
- 12:974f7a96d6ab
- Parent:
- 2:3c7526a1893a
File content as of revision 12:974f7a96d6ab:
/*
# 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(HCSR04 *pH);
#endif // __REV_HCSR04_H__
