Loading...
Searching...
No Matches
xbee_params_t Struct Reference

Configuration parameters for XBee devices. More...

Detailed Description

Configuration parameters for XBee devices.

Definition at line 116 of file xbee.h.

#include <xbee.h>

Data Fields

uart_t uart
 UART interfaced the device is connected to.
 
uint32_t br
 baudrate to use
 
gpio_t pin_sleep
 GPIO pin that is connected to the SLEEP pin set to GPIO_UNDEF if not used.
 
gpio_t pin_reset
 GPIO pin that is connected to the STATUS pin set to GPIO_UNDEF if not used.
 

Field Documentation

◆ br

uint32_t xbee_params_t::br

baudrate to use

Definition at line 118 of file xbee.h.

◆ pin_reset

gpio_t xbee_params_t::pin_reset

GPIO pin that is connected to the STATUS pin set to GPIO_UNDEF if not used.

Definition at line 121 of file xbee.h.

◆ pin_sleep

gpio_t xbee_params_t::pin_sleep

GPIO pin that is connected to the SLEEP pin set to GPIO_UNDEF if not used.

Definition at line 119 of file xbee.h.

◆ uart

uart_t xbee_params_t::uart

UART interfaced the device is connected to.

Definition at line 117 of file xbee.h.


The documentation for this struct was generated from the following file: