Implementation of a Wireless UART. More...
Defines | |
#define | SW_VERSION (0x03) |
Functions | |
void | do_configure_dialog (void) |
ISR (TIMER_IRQ_vect) | |
int | main (void) |
void | usr_radio_error (radio_error_t err) |
Callback for errors in radio module functions. | |
uint8_t * | usr_radio_receive_frame (uint8_t len, uint8_t *frm, uint8_t lqi, int8_t ed, uint8_t crc) |
Frame reception callback function. | |
void | usr_radio_tx_done (radio_tx_done_t status) |
Callback function for TX_END IRQ. | |
Variables | |
volatile int16_t | EscapeTmoCounter |
volatile int8_t | LastTransmitCounter |
const node_config_t PROGMEM | nc_flash |
node_config_t | NodeConfig |
volatile uint8_t | RxbufIdx = 0 |
volatile uint16_t | SendPingReply = 0xffff |
volatile bool | TxPending |
volatile wuart_state_t | WuartState |
Implementation of a Wireless UART.
This Application implements a wireless UART bridge.