mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
FM radio updates
This commit is contained in:
@ -24,15 +24,15 @@
|
||||
|
||||
extern uint16_t BK1080_freq_lower;
|
||||
extern uint16_t BK1080_freq_upper;
|
||||
extern uint16_t BK1080_BaseFrequency;
|
||||
extern uint16_t BK1080_FrequencyDeviation;
|
||||
extern uint16_t BK1080_freq_base;
|
||||
extern int16_t BK1080_freq_offset;
|
||||
|
||||
void BK1080_Init(const uint16_t frequency, const bool initialise);
|
||||
uint16_t BK1080_ReadRegister(BK1080_Register_t Register);
|
||||
void BK1080_WriteRegister(BK1080_Register_t Register, uint16_t Value);
|
||||
void BK1080_Mute(bool Mute);
|
||||
void BK1080_Mute(const bool Mute);
|
||||
void BK1080_SetFrequency(uint16_t Frequency);
|
||||
uint16_t BK1080_GetFrequencyDeviation(uint16_t Frequency);
|
||||
int16_t BK1080_get_freq_offset(const uint16_t Frequency);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user