PU2CLR AKC695X Arduino Library
1.0.1
This is an Arduino Library to control the AKC695X / M695X DSP radio devices
|
Reg2 (type 0x02 / RW): configure register 2 (default: 0x4A) Address. More...
#include <AKC695X.h>
Public Attributes | |
struct { | |
uint8_t channel: 5 | |
(0:4) - 5 most significant bits that represents the channel (see reg3) | |
uint8_t mode3k: 1 | |
(5) - 1 = 3K; 0 = 5K | |
uint8_t ref_37k_mode: 1 | |
(6) - 1 = 32K ref. crystal clock; 0 = 12MHz ref crystal clock | |
uint8_t rsv: 1 | |
(7) - Reserved - Debug use, do not change this value using | |
} | refined |
uint8_t | raw |
Reg2 (type 0x02 / RW): configure register 2 (default: 0x4A) Address.
High channel number 5, the channel number and frequencies related as follows:
FM mode: Channel Freq = 25kHz * CHAN + 30MHz AM mode, when 5K channel number pattern:.
Channel Freq = 5kHz * CHAN AM mode, 3K channel number pattern. when: Channel Freq = 3kHz * CHAN.