![]() |
LibDriver MLX90614
1.0.0
MLX90614 full-featured driver
|
mlx90614 extern driver modules More...
Functions | |
uint8_t | mlx90614_set_reg (mlx90614_handle_t *handle, uint8_t reg, uint16_t data) |
set the chip register More... | |
uint8_t | mlx90614_get_reg (mlx90614_handle_t *handle, uint8_t reg, uint16_t *data) |
get the chip register More... | |
mlx90614 extern driver modules
uint8_t mlx90614_get_reg | ( | mlx90614_handle_t * | handle, |
uint8_t | reg, | ||
uint16_t * | data | ||
) |
get the chip register
[in] | *handle | pointer to an mlx90614 handle structure |
[in] | reg | iic register address |
[out] | *data | pointer to a data buffer |
Definition at line 1701 of file driver_mlx90614.c.
uint8_t mlx90614_set_reg | ( | mlx90614_handle_t * | handle, |
uint8_t | reg, | ||
uint16_t | data | ||
) |
set the chip register
[in] | *handle | pointer to an mlx90614 handle structure |
[in] | reg | iic register address |
[in] | data | written data |
Definition at line 1675 of file driver_mlx90614.c.