![]() |
LibDriver BH1750FVI
|
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 | |
| uint8_t | bh1750fvi_get_reg (bh1750fvi_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
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.