32#ifndef XBEE_PARAM_UART
33#define XBEE_PARAM_UART (UART_DEV(1))
36#define XBEE_PARAM_BR (9600U)
38#ifndef XBEE_PARAM_PIN_SLEEP
39#define XBEE_PARAM_PIN_SLEEP (GPIO_UNDEF)
41#ifndef XBEE_PARAM_PIN_RESET
42#define XBEE_PARAM_PIN_RESET (GPIO_UNDEF)
46#define XBEE_PARAMS { .uart = XBEE_PARAM_UART, \
47 .br = XBEE_PARAM_BR, \
48 .pin_sleep = XBEE_PARAM_PIN_SLEEP, \
49 .pin_reset = XBEE_PARAM_PIN_RESET }
Configuration parameters for XBee devices.
static const xbee_params_t xbee_params[]
XBee configuration.