Default configuration for the DFPlayer Mini driver. More...
Default configuration for the DFPlayer Mini driver.
Definition in file dfplayer_params.h.
 Include dependency graph for dfplayer_params.h:
 This graph shows which files directly or indirectly include this file: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 | 
| Default initialization parameters of the DFPlayer Mini driver.  More... | |
| #define DFPLAYER_PARAMS | 
Default initialization parameters of the DFPlayer Mini driver.
Definition at line 49 of file dfplayer_params.h.
      
  | 
  static | 
DFPlayer Mini configuration.
Definition at line 60 of file dfplayer_params.h.