![]() |
LibDriver BH1750FVI
1.0.0
BH1750FVI full-featured driver
|
bh1750fvi extern driver modules More...
Functions | |
uint8_t | bh1750fvi_set_reg (bh1750fvi_handle_t *handle, uint8_t *buf, uint16_t len) |
set the chip register More... | |
uint8_t | bh1750fvi_get_reg (bh1750fvi_handle_t *handle, uint8_t *buf, uint16_t len) |
get the chip register More... | |
bh1750fvi extern driver modules
uint8_t bh1750fvi_get_reg | ( | bh1750fvi_handle_t * | handle, |
uint8_t * | buf, | ||
uint16_t | len | ||
) |
get the chip register
[in] | *handle | pointer to a bh1750fvi handle structure |
[out] | *buf | pointer to a data buffer. |
[in] | len | data buffer length |
Definition at line 806 of file driver_bh1750fvi.c.
uint8_t bh1750fvi_set_reg | ( | bh1750fvi_handle_t * | handle, |
uint8_t * | buf, | ||
uint16_t | len | ||
) |
set the chip register
[in] | *handle | pointer to a bh1750fvi handle structure |
[in] | *buf | pointer to a data buffer. |
[in] | len | data buffer length |
Definition at line 780 of file driver_bh1750fvi.c.