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

Dependencies:   DS1820 mbed

Files at this revision

API Documentation at this revision

Comitter:
gkroussos
Date:
Sat Jul 12 19:15:56 2014 +0000
Parent:
0:f3a63f2e3746
Commit message:
Update for temperature sensor pin clash with LED3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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