A sample heatmap application on using the red and green LEDs and input from a temperature sensor

Dependencies:   DS1820 mbed

Revision:
1:cc10d171a883
Parent:
0:f3a63f2e3746
--- a/main.cpp	Fri Jul 11 23:43:12 2014 +0000
+++ b/main.cpp	Sat Jul 12 19:15:56 2014 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "DS1820.h"
 
-#define DATA_PIN        D13
+#define DATA_PIN        D12
 #define minTemp  25.5
 #define maxTemp  30.0