Arduino Radio Library
0.9
A set of Arduino libraries to control diverse FM radio receiver chips in Arduino projects.
|
This is the complete list of members for RADIO, including all inherited members.
_band | RADIO | protected |
_bassBoost | RADIO | protected |
_debugEnabled | RADIO | protected |
_freq | RADIO | protected |
_freqHigh | RADIO | protected |
_freqLow | RADIO | protected |
_freqSteps | RADIO | protected |
_mono | RADIO | protected |
_mute | RADIO | protected |
_printHex4(uint16_t val) | RADIO | protected |
_sendRDS | RADIO | protected |
_softMute | RADIO | protected |
_volume | RADIO | protected |
attachReceiveRDS(receiveRDSFunction newFunction) | RADIO | virtual |
checkRDS() | RADIO | virtual |
clearRDS() | RADIO | virtual |
debugAudioInfo() | RADIO | virtual |
debugEnable(bool enable=true) | RADIO | virtual |
debugRadioInfo() | RADIO | virtual |
debugStatus() | RADIO | virtual |
formatFrequency(char *s, uint8_t length) | RADIO | virtual |
getAudioInfo(AUDIO_INFO *info) | RADIO | virtual |
getBand() | RADIO | virtual |
getBassBoost() | RADIO | virtual |
getFrequency(void) | RADIO | virtual |
getFrequencyStep() | RADIO | virtual |
getMaxFrequency() | RADIO | virtual |
getMinFrequency() | RADIO | virtual |
getMono() | RADIO | virtual |
getMute() | RADIO | virtual |
getRadioInfo(RADIO_INFO *info) | RADIO | virtual |
getSoftMute() | RADIO | virtual |
getVolume() | RADIO | virtual |
init() | RADIO | virtual |
int16_to_s(char *s, uint16_t val) | RADIO | private |
MAXVOLUME | RADIO | |
RADIO() | RADIO | |
seekDown(bool toNextSender=true) | RADIO | virtual |
seekUp(bool toNextSender=true) | RADIO | virtual |
setBand(RADIO_BAND newBand) | RADIO | virtual |
setBandFrequency(RADIO_BAND newBand, RADIO_FREQ newFreq) | RADIO | virtual |
setBassBoost(bool switchOn) | RADIO | virtual |
setFrequency(RADIO_FREQ newF) | RADIO | virtual |
setMono(bool switchOn) | RADIO | virtual |
setMute(bool switchOn) | RADIO | virtual |
setSoftMute(bool switchOn) | RADIO | virtual |
setVolume(uint8_t newVolume) | RADIO | virtual |
term() | RADIO | virtual |