You can use the following commands to turn the radio on and off:
#define SRXON do{RFST = 0xE3;}while(0)
#define STXON do{RFST = 0xE9;}while(0)
#define SRFOFF do{RFST = 0xEF;}while(0)
/Fredrik
You can use the following commands to turn the radio on and off:
#define SRXON do{RFST = 0xE3;}while(0)
#define STXON do{RFST = 0xE9;}while(0)
#define SRFOFF do{RFST = 0xEF;}while(0)
/Fredrik