Library for interfacing the SRF08 ultrasonic range sensor. Most functions of the SRF08 are covered, including interrupt-based waiting for the ranging process to finish

Dependents:   Project6

Fork of SRF08 by Brent Dekker

Revision:
4:a11bd4ea3c18
Parent:
2:ca82f89f415d
Child:
5:abd72648aa5d
--- a/SRF08.h	Wed Jul 11 07:56:49 2012 +0000
+++ b/SRF08.h	Wed Jul 11 08:11:34 2012 +0000
@@ -105,10 +105,6 @@
     bool rangingBusy;
     
     void setRangingFinished();
-    
-private:
-
-    Serial debugPC;
 };
 
 #endif
\ No newline at end of file