ESPHome  2024.8.3
Data Structures | Enumerations | Functions
esphome::rtttl Namespace Reference

Data Structures

class  FinishedPlaybackTrigger
 
class  IsPlayingCondition
 
class  PlayAction
 
class  Rtttl
 
struct  SpeakerSample
 
class  StopAction
 

Enumerations

enum  State : uint8_t {
  STATE_STOPPED = 0, STATE_INIT, STATE_STARTING, STATE_RUNNING,
  STATE_STOPPING
}
 

Functions

double deg2rad (double degrees)
 

Enumeration Type Documentation

◆ State

enum esphome::rtttl::State : uint8_t
Enumerator
STATE_STOPPED 
STATE_INIT 
STATE_STARTING 
STATE_RUNNING 
STATE_STOPPING 

Definition at line 17 of file rtttl.h.

Function Documentation

◆ deg2rad()

double esphome::rtttl::deg2rad ( double  degrees)
inline

Definition at line 24 of file rtttl.cpp.