|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <DHT.hh>

Public Attributes | |
| uint8_t | as_byte [DATA_MAX] |
| struct { | |
| int16_t humidity | |
| int16_t temperature | |
| uint8_t chksum | |
| }; | |
Data read from the device. Allow mapping between received byte vector and data fields.
| struct { ... } |