sensor lib
Dependents: gather_sensor_data
SupportedDevices.h@0:cbe8cd32b8d9, 2016-09-08 (annotated)
- Committer:
- readysteadygo2006
- Date:
- Thu Sep 08 14:05:15 2016 +0000
- Revision:
- 0:cbe8cd32b8d9
test;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
readysteadygo2006 | 0:cbe8cd32b8d9 | 1 | #ifndef MBED_SUPPORTED_SENSOR_H |
readysteadygo2006 | 0:cbe8cd32b8d9 | 2 | #define MBED_SUPPORTED_SENSOR_H |
readysteadygo2006 | 0:cbe8cd32b8d9 | 3 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 4 | #include "mbed.h" |
readysteadygo2006 | 0:cbe8cd32b8d9 | 5 | #include "DHT.h" |
readysteadygo2006 | 0:cbe8cd32b8d9 | 6 | #include "BH1750.h" |
readysteadygo2006 | 0:cbe8cd32b8d9 | 7 | #include "DS1820.h" |
readysteadygo2006 | 0:cbe8cd32b8d9 | 8 | #include "MQ135.h" |
readysteadygo2006 | 0:cbe8cd32b8d9 | 9 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 10 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 11 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 12 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 13 | |
readysteadygo2006 | 0:cbe8cd32b8d9 | 14 | #endif |