Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SRF02.h
- Revision:
- 1:f914b5b8c84e
- Parent:
- 0:adf5a063372d
--- a/SRF02.h Thu Jul 31 13:52:49 2014 +0000
+++ b/SRF02.h Tue Jun 22 13:21:57 2021 +0000
@@ -19,7 +19,7 @@
static const uint8_t REAL_RANGING_CENTIMETERS = 0x51;
static const uint8_t REAL_RANGING_SECONDS = 0x52;
- static const float DefaultWait = 0.07;
+ //static const float DefaultWait = 0.07;
I2C i2c_bus;