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.
Fork of DS1820 by
Revision 8:4ce921bcd1b7, committed 2014-10-16
- Comitter:
- slawcio
- Date:
- Thu Oct 16 09:36:15 2014 +0000
- Parent:
- 5:2cd4928e8147
- Commit message:
- DS18B20
Changed in this revision
DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS1820.cpp Mon Feb 24 21:23:14 2014 +0000 +++ b/DS1820.cpp Thu Oct 16 09:36:15 2014 +0000 @@ -264,7 +264,7 @@ int DS1820::convertTemperature(bool wait, devices device) { // Convert temperature into scratchpad RAM for all devices at once - int delay_time = 750; // Default delay time + int delay_time = 100; // Default delay time char resolution; if (device==all_devices) skip_ROM(); // Skip ROM command, will convert for ALL devices