Default configuration for the PCA9633 I2C PWM controller. More...
Default configuration for the PCA9633 I2C PWM controller.
Definition in file pca9633_params.h.
Go to the source code of this file.
Variables | |
static const pca9633_params_t | pca9633_params [] |
Allocate some memory to store the actual configuration. More... | |
Set default configuration parameters | |
#define | PCA9633_PARAM_I2C_DEV I2C_DEV(0) |
I2C device is I2C_DEV(0) | |
#define | PCA9633_PARAM_I2C_ADDR (0xc0 >> 1) |
I2C address of device is (0xc0 >> 1) | |
#define | PCA9633_PARAM_REG_PWM_RED PCA9633_REG_PWM2 |
Register for red color is PCA9633_REG_PWM2. | |
#define | PCA9633_PARAM_REG_PWM_GREEN PCA9633_REG_PWM1 |
Register for green color is PCA9633_REG_PWM1. | |
#define | PCA9633_PARAM_REG_PWM_BLUE PCA9633_REG_PWM0 |
Register for blue color is PCA9633_REG_PWM0. | |
#define | PCA9633_PARAM_REG_PWM_AMBER 0 |
Register for amber color is not given (0) | |
#define | PCA9633_PARAM_HAS_AMBER_CHANNEL false |
PCA9633 has no connected channel for amber (false) | |
#define | PCA9633_PARAMS |
#define PCA9633_PARAMS |
Definition at line 72 of file pca9633_params.h.
|
static |
Allocate some memory to store the actual configuration.
Definition at line 88 of file pca9633_params.h.