Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 2:81340dde3444
- Parent:
- 0:c12c28a0f9e7
- Child:
- 3:264755aa4608
diff -r 6bcb143683f3 -r 81340dde3444 main.cpp
--- a/main.cpp Tue Mar 10 21:33:31 2015 +0000
+++ b/main.cpp Fri Nov 08 04:22:31 2019 +0000
@@ -2,7 +2,7 @@
#include "mbed.h"
#include "DHT.h"
-DHT sensor(D4, DHT11);
+DHT sensor(D14, DHT22);
int main()
{