![]() |
LibDriver DHT20
|
dht20 extend driver modules More...
Functions | |
| uint8_t | dht20_set_reg (dht20_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | dht20_get_reg (dht20_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
dht20 extend driver modules
| uint8_t dht20_get_reg | ( | dht20_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a dht20 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 585 of file driver_dht20.c.
| uint8_t dht20_set_reg | ( | dht20_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a dht20 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 552 of file driver_dht20.c.