![]() |
LibDriver BMP280
|
bmp280 extern driver modules More...
Functions | |
| uint8_t | bmp280_set_reg (bmp280_handle_t *handle, uint8_t reg, uint8_t value) |
| set the chip register | |
| uint8_t | bmp280_get_reg (bmp280_handle_t *handle, uint8_t reg, uint8_t *value) |
| get the chip register | |
bmp280 extern driver modules
| uint8_t bmp280_get_reg | ( | bmp280_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | value ) |
get the chip register
| [in] | *handle | pointer to a bmp280 handle structure |
| [in] | reg | iic register address |
| [out] | *value | pointer to a read data buffer |
Definition at line 1594 of file driver_bmp280.c.
| uint8_t bmp280_set_reg | ( | bmp280_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t | value ) |
set the chip register
| [in] | *handle | pointer to a bmp280 handle structure |
| [in] | reg | iic register address |
| [in] | value | data written to the register |
Definition at line 1568 of file driver_bmp280.c.