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:
3:c43cd24ec7e7
Parent:
2:ca82f89f415d
Child:
4:a11bd4ea3c18
diff -r ca82f89f415d -r c43cd24ec7e7 SRF08.cpp
--- a/SRF08.cpp	Wed Jul 11 07:53:50 2012 +0000
+++ b/SRF08.cpp	Wed Jul 11 07:56:49 2012 +0000
@@ -141,7 +141,7 @@
     i2cAddress = address;
 }
 
-//Small helper function
+//Small helper function for Timeout object
 void SRF08::setRangingFinished() {
     this->rangingBusy = false;
 }
\ No newline at end of file