Loading...
Searching...
No Matches
dfplayer_params_t Struct Reference

Initialization parameters of a DFPlayer Mini device descriptor. More...

Detailed Description

Initialization parameters of a DFPlayer Mini device descriptor.

Definition at line 135 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.
 

Field Documentation

◆ busy_pin

gpio_t dfplayer_params_t::busy_pin

GPIO connected to the DFPlayer's busy pin.

Definition at line 137 of file dfplayer_types.h.

◆ uart

uart_t dfplayer_params_t::uart

UART interface connected to the DFPlayer.

Definition at line 136 of file dfplayer_types.h.

◆ volume

uint8_t dfplayer_params_t::volume

Initial volume.

Definition at line 138 of file dfplayer_types.h.


The documentation for this struct was generated from the following file: