Obstacle avoider

Fork of HCSR04 by Prabhu Desai

Revision:
8:32c4f52c0b98
Parent:
7:71da0dbf4400
--- 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)
  */