79 Speaker(
int pin,
bool usePWM=
false);
102 void playSound(
char letter,
bool sharp, std::string vocalWeight);
115 void emit(
unsigned int freq,
unsigned int emit_ms);
void emit(unsigned int freq, unsigned int emit_ms)
Definition: speaker.cxx:65
void playSound(char letter, bool sharp, std::string vocalWeight)
Definition: speaker.cxx:60
void setFrequency(unsigned int freq)
Definition: speaker.cxx:72
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
Speaker(int pin, bool usePWM=false)
Definition: speaker.cxx:37
virtual ~Speaker()
Definition: speaker.cxx:50
void playAll()
Definition: speaker.cxx:55
API for the Speaker.
Definition: speaker.hpp:70
void off()
Definition: speaker.cxx:84
void on()
Definition: speaker.cxx:79