Initialization parameters of a DFPlayer Mini device descriptor. More...
Initialization parameters of a DFPlayer Mini device descriptor.
Definition at line 134 of file dfplayer_types.h.
#include <dfplayer_types.h>
Data Fields | |
| uart_t | uart |
| UART interface connected to the DFPlayer. | |
| gpio_t | busy_pin |
| GPIO connected to the DFPlayer's busy pin. | |
| uint8_t | volume |
| Initial volume. | |
| gpio_t dfplayer_params_t::busy_pin |
GPIO connected to the DFPlayer's busy pin.
Definition at line 136 of file dfplayer_types.h.
| uart_t dfplayer_params_t::uart |
UART interface connected to the DFPlayer.
Definition at line 135 of file dfplayer_types.h.
| uint8_t dfplayer_params_t::volume |
Initial volume.
Definition at line 137 of file dfplayer_types.h.