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.
Dependencies: DHT11 NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_STATION_HelloWorld by
Revision 5:f961acc1e894, committed 2017-08-24
- Comitter:
- cliff1
- Date:
- Thu Aug 24 23:58:01 2017 +0000
- Parent:
- 4:44aab68826b5
- Child:
- 6:a113bd0cd4a2
- Commit message:
- 20170825_final
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Aug 24 23:52:48 2017 +0000 +++ b/main.cpp Thu Aug 24 23:58:01 2017 +0000 @@ -22,8 +22,8 @@ #include "Dht11.h" #include "WizFi310Interface.h" -#define CDS_SENSOR PC_15 -#define DHT_SENSOR PC_7 +#define CDS_SENSOR CDS_SENSOR +#define DHT_SENSOR DHT_SENSOR #if defined(TARGET_WIZwiki_W7500) Serial pc(USBTX, USBRX);
