Default configuration for the DFPlayer Mini driver. More...
Default configuration for the DFPlayer Mini driver.
Definition in file dfplayer_params.h.
Go to the source code of this file.
Macros | |
#define | DFPLAYER_NUMOF ARRAY_SIZE(dfplayer_params) |
Number of DFPlayer descriptors present. | |
Variables | |
static const dfplayer_params_t | dfplayer_params [] |
DFPlayer Mini configuration. More... | |
Default configuration parameters for the DFPlayer Mini driver | |
#define | DFPLAYER_PARAM_UART (UART_DEV(0)) |
The UART device connected to the DFPlayer Mini. | |
#define | DFPLAYER_PARAM_BUSY_PIN (GPIO_UNDEF) |
The GPIO connected to the busy pin of the DFPlayer Mini. | |
#define | DFPLAYER_PARAM_VOLUME (15) |
The volume to set during initialization. | |
#define | DFPLAYER_PARAMS |
#define DFPLAYER_PARAMS |
Definition at line 47 of file dfplayer_params.h.
|
static |
DFPlayer Mini configuration.
Definition at line 58 of file dfplayer_params.h.