#include "mbed.h"

Go to the source code of this file.
Classes | |
| class | DHT |
Typedefs | |
| typedef enum eError | eError |
| typedef enum eScale | eScale |
| typedef enum eType | eType |
Enumerations | |
| enum | eError { ERROR_NONE = 0, BUS_BUSY, ERROR_NOT_PRESENT, ERROR_ACK_TOO_LONG, ERROR_SYNC_TIMEOUT, ERROR_DATA_TIMEOUT, ERROR_CHECKSUM, ERROR_NO_PATIENCE } |
| enum | eScale { CELCIUS = 0, FARENHEIT, KELVIN } |
| enum | eType { DHT11 = 11, SEN11301P = 11, RHT01 = 11, DHT22 = 22, AM2302 = 22, SEN51035P = 22, RHT02 = 22, RHT03 = 22 } |
| enum eError |