Seeeduino Arch + Grove - OLED 128x64 + Grove - Temperature & Humidity Sensor to sense the environment
Dependencies: DHT SSD1308_128x64_I2C USBDevice mbed
Fork of sense by
Revision 1:1552a480a636, committed 2015-02-05
- Comitter:
- stanleymagrao
- Date:
- Thu Feb 05 21:19:53 2015 +0000
- Parent:
- 0:4a9b07ff844f
- Commit message:
- Changed configuration for use with the DHT11 sensor
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4a9b07ff844f -r 1552a480a636 main.cpp --- a/main.cpp Wed Jul 24 07:03:48 2013 +0000 +++ b/main.cpp Thu Feb 05 21:19:53 2015 +0000 @@ -9,7 +9,7 @@ USBSerial serial; // USB serial to output debug message // Grove - Temperature & Humidity Pro is connected with UART Grove of Seeeduino Arch, uses P1_14 -DHT sensor(P1_14, DHT22); +DHT sensor(P1_14, DHT11); // Grove - OLED 128x64 is connected with I2C Grove I2C i2c(P0_5, P0_4); // SDA, SCL