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.
Diff: main.cpp
- Revision:
- 3:f483abe4bc57
- Parent:
- 2:d644c874ea0c
- Child:
- 5:5a0e4dfc4bd4
--- a/main.cpp Thu Feb 26 22:21:13 2015 +0000
+++ b/main.cpp Sat Feb 28 15:07:09 2015 +0000
@@ -22,7 +22,6 @@
}
printf("Found %d device(s)\r\n\n", num_devices);
- while(1);
while(1) {
probe[0]->convertTemperature(true, DS1820::all_devices); //Start temperature conversion, wait until ready
for (int i = 0; i<num_devices; i++)