kopke porto / Mbed 2 deprecated DS1820SerialToLinflux

Dependencies:   mbed LCD_DISCO_F746NG BSP_DISCO_F746NG DS1820

Files at this revision

API Documentation at this revision

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++)