Update to use PC_8 on NUCLEO_L073RZ

Dependencies:   DS1820 mbed-dev

Fork of DS1820_HelloWorld by Erik -

Revision:
5:fb40c1f698f1
Parent:
3:f483abe4bc57
Child:
7:a1da4d246dd4
--- a/main.cpp	Fri Jan 13 18:30:37 2017 +0000
+++ b/main.cpp	Tue Jan 24 21:36:30 2017 +0000
@@ -1,5 +1,5 @@
 #define MULTIPLE_PROBES
-#define DATA_PIN        A0
+#define DATA_PIN        PC_8
 
 
 #ifdef MULTIPLE_PROBES