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/configtx.h

23 lines
665 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 WTIMER0_PERIOD 0x0280
#define RADIO_MODE_TX AXRADIO_MODE_ASYNC_TRANSMIT
extern const struct axradio_address remoteaddr_tx;
extern const struct axradio_address_mask localaddr_tx;
extern const uint8_t demo_packet[6];
extern const uint8_t framing_insert_counter;
extern const uint8_t framing_counter_pos;
extern const uint16_t lpxosc_settlingtime;

Powered by TurnKey Linux.