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.
Dependencies: mbed LCD_DISCO_F746NG BSP_DISCO_F746NG DS1820
Revision 3:f483abe4bc57, committed 2015-02-28
- Comitter:
- Sissors
- Date:
- Sat Feb 28 15:07:09 2015 +0000
- Parent:
- 2:d644c874ea0c
- Child:
- 4:01060b5e01b4
- Commit message:
- Removed leftover
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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++)