Xbee Arduino
Arduino Driver for Xbee
|
#include <xbee.h>
Public Attributes | |
int(* | PortUartRead )(uint8_t *buffer, int length) |
int(* | PortUartWrite )(const uint8_t *buf, uint16_t len) |
uint32_t(* | PortMillis )(void) |
void(* | PortFlushRx )(void) |
int(* | PortUartInit )(uint32_t baudrate, void *device) |
void(* | PortDelay )(uint32_t ms) |
void(* XBeeHTable::PortDelay) (uint32_t ms) |
void(* XBeeHTable::PortFlushRx) (void) |
uint32_t(* XBeeHTable::PortMillis) (void) |
int(* XBeeHTable::PortUartInit) (uint32_t baudrate, void *device) |
int(* XBeeHTable::PortUartRead) (uint8_t *buffer, int length) |
int(* XBeeHTable::PortUartWrite) (const uint8_t *buf, uint16_t len) |