Simple library for reading distance from SRF02 Ultrasonic Sensor in I2C mode.

Fork of SRF02 by Craig Evans

Revision:
2:ab1c9250d9fb
Parent:
0:b729d2ce03bd
--- a/SRF02.cpp	Sun Mar 08 14:21:40 2015 +0000
+++ b/SRF02.cpp	Thu May 05 08:46:32 2016 +0000
@@ -4,7 +4,7 @@
 @brief Member functions implementations
 
 */
-#include "mbed.h"
+
 #include "SRF02.h"
 
 SRF02::SRF02(PinName sdaPin, PinName sclPin)