You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/chat/generated/configrx.h

26 lines
656 B

/* Warning: This file is automatically generated by AX-RadioLAB.
Manual changes are overwritten! */
#include "../ax5043/ax5043init.h"
#define USE_LCD
#define USE_DBGLINK
//#define USE_COM0
//#define DEBUGMSG
#define MCU_SLEEP
#define WTIMER0_CLKSRC CLKSRC_LPOSC
#define WTIMER0_PRESCALER 0x01
#define RADIO_MODE_RX AXRADIO_MODE_ASYNC_RECEIVE
#define FXTAL 48000000
extern const struct axradio_address remoteaddr_rx;
extern const struct axradio_address_mask localaddr_rx;
extern const uint8_t framing_insert_counter;
extern const uint8_t framing_counter_pos;
extern const uint16_t lposckfiltmax;
extern const uint16_t lpxosc_settlingtime;

Powered by TurnKey Linux.