no chance
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 |
diff -r 2cd4928e8147 -r 4ce921bcd1b7 DS1820.cpp --- 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