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.
Dependents: 2022_TICE_Electrolyse
Revision 25:12178901f65d, committed 2022-01-11
- Comitter:
- jsanchez
- Date:
- Tue Jan 11 15:01:15 2022 +0000
- Parent:
- 23:74a4ff420541
- Commit message:
- MbedOS 6.15 compatible
Changed in this revision
DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS1820.cpp Mon Jul 20 08:09:58 2020 +0000 +++ b/DS1820.cpp Tue Jan 11 15:01:15 2022 +0000 @@ -146,7 +146,7 @@ printf("No addresses.\r\n"); #endif oneWire->reset_search(); - ThisThread::sleep_for(250); + ThisThread::sleep_for(250ms); return false; }