Loading...
Searching...
No Matches
xbee_params.h File Reference

Default configuration for XBee devices. More...

Detailed Description

Default configuration for XBee devices.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file xbee_params.h.

Go to the source code of this file.

Variables

static const xbee_params_t xbee_params []
 XBee configuration.
 

Set default configuration parameters for the XBee driver

#define XBEE_PARAM_UART   (UART_DEV(1))
 
#define XBEE_PARAM_BR   (9600U)
 
#define XBEE_PARAM_PIN_SLEEP   (GPIO_UNDEF)
 
#define XBEE_PARAM_PIN_RESET   (GPIO_UNDEF)
 
#define XBEE_PARAMS
 

Macro Definition Documentation

◆ XBEE_PARAM_BR

#define XBEE_PARAM_BR   (9600U)

Definition at line 36 of file xbee_params.h.

◆ XBEE_PARAM_PIN_RESET

#define XBEE_PARAM_PIN_RESET   (GPIO_UNDEF)

Definition at line 42 of file xbee_params.h.

◆ XBEE_PARAM_PIN_SLEEP

#define XBEE_PARAM_PIN_SLEEP   (GPIO_UNDEF)

Definition at line 39 of file xbee_params.h.

◆ XBEE_PARAM_UART

#define XBEE_PARAM_UART   (UART_DEV(1))

Definition at line 33 of file xbee_params.h.

◆ XBEE_PARAMS

#define XBEE_PARAMS
Value:
{ .uart = XBEE_PARAM_UART, \
.br = XBEE_PARAM_BR, \
.pin_sleep = XBEE_PARAM_PIN_SLEEP, \
.pin_reset = XBEE_PARAM_PIN_RESET }

Definition at line 46 of file xbee_params.h.

Variable Documentation

◆ xbee_params

const xbee_params_t xbee_params[]
static
Initial value:
=
{
XBEE_PARAMS
}

XBee configuration.

Definition at line 56 of file xbee_params.h.