A distance measurement class using ultrasonic sensor HC-SR04.

Dependents:   Esercitazione4_4 HC-SR04 Group10_slave Oled_Gus ... more

The purpose of this library is to encourage students to develope their own classes. Instructions how to follow the development of this library for ultrasonic distance measurement are given here.

Revision:
1:9989fcb7f189
Parent:
0:8871082486ac
Child:
2:aa59a9c531be
--- a/HCSR04.h	Sat Dec 05 09:02:35 2015 +0000
+++ b/HCSR04.h	Sat Dec 05 09:37:16 2015 +0000
@@ -4,6 +4,7 @@
 /** A distance measurement class using ultrasonic sensor HC-SR04.
  *  
  * Example of use:
+ *
  * <<code>>
  * #include "mbed.h"
  * #include "HCSR04.h"