Update to use PC_8 on NUCLEO_L073RZ

Dependencies:   DS1820 mbed-dev

Fork of DS1820_HelloWorld by Erik -

Revision:
3:f483abe4bc57
Parent:
2:d644c874ea0c
Child:
5:fb40c1f698f1
--- 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++)