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: ARCH_GPRS_V2_HW Blinker GPRSInterface HTTPClient_GPRS RTC_WorkingLibrary SDFileSystem USBDevice mbed
Fork of finalv2 by
Revision 3:8d414873535d, committed 2015-05-06
- Comitter:
- mbotkinl
- Date:
- Wed May 06 13:06:59 2015 +0000
- Parent:
- 2:89ca14fa896e
- Child:
- 4:f7f454e6c865
- Commit message:
- changed DHT sensor
Changed in this revision
| finalCodev3.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/finalCodev3.cpp Wed May 06 04:59:01 2015 +0000 +++ b/finalCodev3.cpp Wed May 06 13:06:59 2015 +0000 @@ -60,8 +60,8 @@ string errorR; //Sensors -//DHT sensor(P1_14,SEN51035P); -DHT sensor(P1_14,SEN11301P); //grove connected DHT22 +DHT sensor(P1_14,SEN51035P); +//DHT sensor(P1_14,SEN11301P); //grove connected DHT22 AnalogIn lightSensor(P0_12); //TEMT6000 sparkfun break out board ambient light sensor int tempData,humData, lightData; //variables to hold enviroment
