70 void seekUp(
bool toNextSender =
true);
71 void seekDown(
bool toNextSender =
true);
127 void _readStatusData(uint8_t cmd, uint8_t param, uint8_t *values, uint8_t len);
const uint8_t MAXVOLUMEX
max volume level for the SI4705 specific implementation.
Definition: SI4705.h:41
void seekDown(bool toNextSender=true)
Start seek mode downwards.
Definition: SI4705.cpp:342
uint8_t blockAH
Definition: SI4705.h:104
uint8_t blockBL
Definition: SI4705.h:105
void setVolumeX(uint8_t newVolume)
Control the volume output of the radio chip in the range 0..63.
Definition: SI4705.cpp:187
RADIO_BAND
Definition: radio.h:98
RADIO_FREQ getFrequency(void)
Definition: SI4705.cpp:304
uint8_t blockDH
Definition: SI4705.h:107
uint8_t blockCL
Definition: SI4705.h:106
void _sendCommand(int cnt, int cmd,...)
send a command
Definition: SI4705.cpp:490
uint8_t blockAL
Definition: SI4705.h:104
uint8_t rsqStatus[1+7]
Definition: SI4705.h:92
Library header file for the radio libraries to control radio chips.
uint8_t _readStatus()
read the interrupt status.
Definition: SI4705.cpp:357
bool init()
Initialize the library and the chip.
Definition: SI4705.cpp:131
uint8_t resp1
Definition: SI4705.h:101
void setSoftMute(bool switchOn)
Control the softmute mode (mute on low signals) of the radio chip.
Definition: SI4705.cpp:235
void setMute(bool switchOn)
Control the mute mode of the radio chip.
Definition: SI4705.cpp:207
Library to control the SI4705 radio chip.
Definition: SI4705.h:38
SI4705()
Initialize the extra variables in SI4705.
Definition: SI4705.cpp:124
uint8_t buffer[1+12]
Definition: SI4705.h:111
void setVolume(uint8_t newVolume)
Control the volume output of the radio chip in the range 0..15.
Definition: SI4705.cpp:179
uint8_t blockCH
Definition: SI4705.h:106
void _setProperty(uint16_t prop, uint16_t value)
set a property
Definition: SI4705.cpp:518
uint8_t status
Definition: SI4705.h:100
void setMono(bool switchOn)
Control the mono/stereo mode of the radio chip.
Definition: SI4705.cpp:261
uint8_t rdsStatusx[1+12]
Definition: SI4705.h:93
void getAudioInfo(AUDIO_INFO *info)
Return a filled AUIO_INFO with the actual audio settings.
Definition: SI4705.cpp:408
uint16_t RADIO_FREQ
Definition: radio.h:112
void setFrequency(RADIO_FREQ newF)
Control the frequency.
Definition: SI4705.cpp:317
void _waitEnd()
wait until the current seek and tune operation is over.
Definition: SI4705.cpp:484
uint8_t tuneStatus[8]
Definition: SI4705.h:91
void checkRDS()
Retrieve the next RDS data if available.
Definition: SI4705.cpp:414
void _seek(bool seekUp=true)
uint8_t resp2
Definition: SI4705.h:102
void seekUp(bool toNextSender=true)
Start seek mode upwards.
Definition: SI4705.cpp:327
uint8_t blockErrors
Definition: SI4705.h:108
uint8_t _status
the status after sending a command
Definition: SI4705.h:89
uint8_t blockBH
Definition: SI4705.h:105
uint8_t rdsFifoUsed
Definition: SI4705.h:103
Library to control radio chips in general. This library acts as a base library for the chip specific ...
Definition: radio.h:137
void debugStatus()
Send the current values of all registers to the Serial port.
Definition: SI4705.cpp:440
void _readStatusData(uint8_t cmd, uint8_t param, uint8_t *values, uint8_t len)
read status information into a buffer
Definition: SI4705.cpp:373
union SI4705::@0 rdsStatus
structure used to read RDS information from the SI4705 radio chip.
A structure that contains information about the radio features from the chip.
Definition: radio.h:116
void getRadioInfo(RADIO_INFO *info)
Return a filled RADIO_INFO with the status of the radio features of the chip.
Definition: SI4705.cpp:390
void term()
Terminate all radio functions in the chip.
Definition: SI4705.cpp:169
uint8_t _realVolume
The real volume set to the chip.
Definition: SI4705.h:86
uint8_t getVolumeX()
Retrieve the current output volume in the range 0..63.
Definition: SI4705.cpp:198
void setBand(RADIO_BAND newBand)
Control the band of the radio chip.
Definition: SI4705.cpp:282
const uint8_t MAXVOLUME
max volume level for radio implementations.
Definition: SI4705.h:40
uint8_t blockDL
Definition: SI4705.h:107
a structure that contains information about the audio features
Definition: radio.h:127
uint8_t agcStatus[1+2]
Definition: SI4705.h:94
void setBassBoost(bool switchOn)
regardless of the given parameter, the Bass Boost will never switch on.
Definition: SI4705.cpp:251