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: DS2.cpp
- Revision:
- 1:c935b1619b83
- Parent:
- 0:32d3cc3791c4
- Child:
- 2:5a4b823759ac
--- a/DS2.cpp Fri May 20 16:54:39 2011 +0000 +++ b/DS2.cpp Fri May 20 18:45:22 2011 +0000 @@ -166,7 +166,7 @@ packet->has8BitAddress(1); dbg.printf("trying module with 8 bit address 0x%02x on k bus\r\n", packet->getAddress()); sendPacket(packet, k); - wait(.05); + wait(0.5); if(k->readable()) { DS2Packet* reply = getPacket8(k);