SEDO subject project
Dependencies: ds3231 mbed-rtos mbed DHT
temp_hum_sensor.h@12:1d544cdab2cf, 2017-05-15 (annotated)
- Committer:
- ValenSalLop
- Date:
- Mon May 15 18:30:20 2017 +0000
- Revision:
- 12:1d544cdab2cf
- Parent:
- 9:5e9c4277151d
final;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ValenSalLop | 9:5e9c4277151d | 1 | #ifndef SENSOR_H |
ValenSalLop | 9:5e9c4277151d | 2 | #define SENSOR_H |
ValenSalLop | 9:5e9c4277151d | 3 | |
ValenSalLop | 9:5e9c4277151d | 4 | #define MAX_READ_ATTEMPTS_TEMP_HUM 3 |
ValenSalLop | 9:5e9c4277151d | 5 | |
ValenSalLop | 9:5e9c4277151d | 6 | extern int DHTread(); |
ValenSalLop | 9:5e9c4277151d | 7 | |
ValenSalLop | 9:5e9c4277151d | 8 | extern uint32_t temp_hum_init(void const *args); |
ValenSalLop | 9:5e9c4277151d | 9 | extern void temp_hum_thread(void const *args); |
ValenSalLop | 9:5e9c4277151d | 10 | |
ValenSalLop | 9:5e9c4277151d | 11 | #endif |