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. | |
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 |
Default initialization parameters of the DFPlayer Mini driver. | |
#define DFPLAYER_NUMOF ARRAY_SIZE(dfplayer_params) |
Number of DFPlayer descriptors present.
Definition at line 69 of file dfplayer_params.h.
#define DFPLAYER_PARAM_BUSY_PIN (GPIO_UNDEF) |
The GPIO connected to the busy pin of the DFPlayer Mini.
Definition at line 39 of file dfplayer_params.h.
#define DFPLAYER_PARAM_UART (UART_DEV(0)) |
The UART device connected to the DFPlayer Mini.
Definition at line 35 of file dfplayer_params.h.
#define DFPLAYER_PARAM_VOLUME (15) |
The volume to set during initialization.
Definition at line 43 of file dfplayer_params.h.
#define DFPLAYER_PARAMS |
Default initialization parameters of the DFPlayer Mini driver.
Definition at line 50 of file dfplayer_params.h.
|
static |
DFPlayer Mini configuration.
Definition at line 61 of file dfplayer_params.h.