ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::dfplayer |
Enumerations | |
enum | esphome::dfplayer::EqPreset { esphome::dfplayer::NORMAL = 0 , esphome::dfplayer::POP = 1 , esphome::dfplayer::ROCK = 2 , esphome::dfplayer::JAZZ = 3 , esphome::dfplayer::CLASSIC = 4 , esphome::dfplayer::BASS = 5 } |
enum | esphome::dfplayer::Device { esphome::dfplayer::USB = 1 , esphome::dfplayer::TF_CARD = 2 } |
Functions | |
esphome::dfplayer::DFPLAYER_SIMPLE_ACTION (NextAction, next) DFPLAYER_SIMPLE_ACTION(PreviousAction | |
esphome::dfplayer::DFPLAYER_SIMPLE_ACTION (SleepAction, sleep) DFPLAYER_SIMPLE_ACTION(ResetAction | |
reset | esphome::dfplayer::DFPLAYER_SIMPLE_ACTION (StartAction, start) DFPLAYER_SIMPLE_ACTION(PauseAction |
reset pause | esphome::dfplayer::DFPLAYER_SIMPLE_ACTION (StopAction, stop) DFPLAYER_SIMPLE_ACTION(RandomAction |
reset pause random | esphome::dfplayer::DFPLAYER_SIMPLE_ACTION (VolumeUpAction, volume_up) DFPLAYER_SIMPLE_ACTION(VolumeDownAction |
Variables | |
const size_t | DFPLAYER_READ_BUFFER_LENGTH = 25 |
const size_t DFPLAYER_READ_BUFFER_LENGTH = 25 |
Definition at line 7 of file dfplayer.h.