![]() |
LibDriver BMP180
|
bmp180 extend driver modules More...
Functions | |
| uint8_t | bmp180_set_reg (bmp180_handle_t *handle, uint8_t reg, uint8_t value) |
| set the chip register | |
| uint8_t | bmp180_get_reg (bmp180_handle_t *handle, uint8_t reg, uint8_t *value) |
| get the chip register | |
bmp180 extend driver modules
| uint8_t bmp180_get_reg | ( | bmp180_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | value ) |
get the chip register
| [in] | *handle | pointer to a bmp180 handle structure |
| [in] | reg | iic register address |
| [out] | *value | pointer to a read data buffer |
Definition at line 802 of file driver_bmp180.c.
| uint8_t bmp180_set_reg | ( | bmp180_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t | value ) |
set the chip register
| [in] | *handle | pointer to a bmp180 handle structure |
| [in] | reg | iic register address |
| [in] | value | data written to the register |
Definition at line 776 of file driver_bmp180.c.