![]() |
LibDriver PCA9685
1.0.0
PCA9685 full-featured driver
|
pca9685 extend driver modules More...
Functions | |
uint8_t | pca9685_set_reg (pca9685_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
set the chip register More... | |
uint8_t | pca9685_get_reg (pca9685_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
get the chip register More... | |
pca9685 extend driver modules
uint8_t pca9685_get_reg | ( | pca9685_handle_t * | handle, |
uint8_t | reg, | ||
uint8_t * | buf, | ||
uint16_t | len | ||
) |
get the chip register
[in] | *handle | pointer to a pca9685 handle structure |
[in] | reg | iic register address |
[out] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
Definition at line 2027 of file driver_pca9685.c.
uint8_t pca9685_set_reg | ( | pca9685_handle_t * | handle, |
uint8_t | reg, | ||
uint8_t * | buf, | ||
uint16_t | len | ||
) |
set the chip register
[in] | *handle | pointer to a pca9685 handle structure |
[in] | reg | iic register address |
[in] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
Definition at line 1993 of file driver_pca9685.c.