![](/media/cache/profiles/e8b4e08f1da059fda45958e885874e07.jpg.50x50_q85.png)
A sample heatmap application on using the red and green LEDs and input from a temperature sensor
Revision 1:cc10d171a883, committed 2014-07-12
- 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 |
diff -r f3a63f2e3746 -r cc10d171a883 main.cpp --- 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