Class library for a HC-SR04 Distance Sensor based on PwmOut (Trig) and InterruptIn (Echo).

Dependents:   ultra TDPS-COM1 HCSR04

Files at this revision

API Documentation at this revision

Comitter:
grantphillips
Date:
Mon Feb 08 14:45:28 2016 +0000
Parent:
0:5541303b14e7
Commit message:
v1.0

Changed in this revision

HCSR04.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5541303b14e7 -r 8286d0de19ce HCSR04.h
--- a/HCSR04.h	Mon Feb 08 14:43:42 2016 +0000
+++ b/HCSR04.h	Mon Feb 08 14:45:28 2016 +0000
@@ -27,7 +27,7 @@
  
 #include "mbed.h"
 
-/** HC-SR04 Distance Sensor class based on PwmOut (Trig) and InterruptIn (Echo).
+/** Class library for a HC-SR04 Distance Sensor based on PwmOut (Trig) and InterruptIn (Echo).
  *
  * Example:
  * @code