Obstacle avoider

Fork of HCSR04 by Prabhu Desai

Files at this revision

API Documentation at this revision

Comitter:
goeltanu
Date:
Tue Mar 29 13:08:33 2016 +0000
Parent:
7:71da0dbf4400
Commit message:
Obstacle avoider

Changed in this revision

hcsr04.h Show annotated file Show diff for this revision Revisions of this file
diff -r 71da0dbf4400 -r 32c4f52c0b98 hcsr04.h
--- a/hcsr04.h	Sat Mar 30 18:55:03 2013 +0000
+++ b/hcsr04.h	Tue Mar 29 13:08:33 2016 +0000
@@ -26,6 +26,9 @@
 
 #include "mbed.h"
 
+#define HIGH 1
+#define LOW 0
+
 /** HCSR04 Class(es)
  */