Ultrasonic sensor
Dependents: Obstacle_Avoiding_Robot wireless_project_BLE
Fork of HCSR04 by
Revision 8:45864bd4599b, committed 2016-03-27
- Comitter:
- goeltanu
- Date:
- Sun Mar 27 16:22:22 2016 +0000
- Parent:
- 7:71da0dbf4400
- Commit message:
- Sensor
Changed in this revision
hcsr04.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 71da0dbf4400 -r 45864bd4599b hcsr04.h --- a/hcsr04.h Sat Mar 30 18:55:03 2013 +0000 +++ b/hcsr04.h Sun Mar 27 16:22:22 2016 +0000 @@ -26,6 +26,9 @@ #include "mbed.h" +#define HIGH 1 +#define LOW 0 + /** HCSR04 Class(es) */