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: OneWire.cpp
- Revision:
- 1:ca126d554161
- Parent:
- 0:acf75feb0947
- Child:
- 3:441f7a221b92
diff -r acf75feb0947 -r ca126d554161 OneWire.cpp
--- a/OneWire.cpp Sun Mar 15 14:13:55 2015 +0000
+++ b/OneWire.cpp Sun Jun 07 09:07:30 2015 +0000
@@ -187,7 +187,7 @@
wire = 0;
wait_us(2);
wire.input();
- wait_us(9);
+ wait_us(7);
r = wire.read();
wait_us(54);
return r;