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: mbed DHT DigitDisplay
Fork of STM32_Read_Sensors_Example by
Revision 4:de41ec16d765, committed 2014-08-27
- Comitter:
- joe_tijerina
- Date:
- Wed Aug 27 17:35:24 2014 +0000
- Parent:
- 3:6d8574d8c9c1
- Child:
- 5:41a15c0653e8
- Commit message:
- Added descriptions for each sensor
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Aug 13 22:39:15 2014 +0000 +++ b/main.cpp Wed Aug 27 17:35:24 2014 +0000 @@ -2,12 +2,12 @@ #include "ADXL345_I2C.h" -//#define LED -//#define ACCEL -//#define LIGHT_SENSOR -//#define WATER_SENSOR -//#define GAS_SENSOR -#define TEMP_SENSOR +//#define LED // Grove LED +//#define ACCEL // SEN04051P Grove - 3-Axis Digital Accelerometer(±16g) +//#define LIGHT_SENSOR // Grove Light Sensor using GL5528 photoresistor +//#define WATER_SENSOR // Grove Water Sensor +//#define GAS_SENSOR // SEN90512P Grove - Gas Sensor(MQ2) +#define TEMP_SENSOR // Grove Temperature Sensor using TTC03 Thermistor AnalogIn temp_sensor(A0);
