SEDO subject project
Dependencies: ds3231 mbed-rtos mbed DHT
temp_hum_sensor.h
- Committer:
- ValenSalLop
- Date:
- 2017-05-15
- Revision:
- 12:1d544cdab2cf
- Parent:
- 9:5e9c4277151d
File content as of revision 12:1d544cdab2cf:
#ifndef SENSOR_H #define SENSOR_H #define MAX_READ_ATTEMPTS_TEMP_HUM 3 extern int DHTread(); extern uint32_t temp_hum_init(void const *args); extern void temp_hum_thread(void const *args); #endif