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.
Dependencies: OneWire
Revision 26:ab2080dd9e46, committed 2022-09-15
- Comitter:
- brose
- Date:
- Thu Sep 15 12:35:33 2022 +0000
- Parent:
- 25:b78d40247b97
- Commit message:
- small bugs
Changed in this revision
| DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS1820.cpp Mon Sep 12 11:28:35 2022 +0000
+++ b/DS1820.cpp Thu Sep 15 12:35:33 2022 +0000
@@ -169,6 +169,7 @@
wait_ms(250);
#else
ThisThread::sleep_for(250ms);
+ //wait_ms(250);
#endif
return false;
}