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
Diff: DS1820.h
- Revision:
- 6:abfdd851218a
- Parent:
- 5:2cd4928e8147
- Child:
- 7:58b61681818f
diff -r 2cd4928e8147 -r abfdd851218a DS1820.h
--- a/DS1820.h Mon Feb 24 21:23:14 2014 +0000
+++ b/DS1820.h Wed Apr 02 19:10:34 2014 +0000
@@ -85,7 +85,7 @@
* to all devices on the 1-Wire bus.
* @returns milliseconds untill conversion will complete.
*/
- int convertTemperature(bool wait, devices device=this_device);
+ int convertTemperature(bool wait, devices device=all_devices);
/** This function will return the probe temperature. Approximately 10ms per
* probe to read its RAM, do CRC check and convert temperature on the LPC1768.
