Project

General

Profile

Revision 166

Recharging now works, wireless has been updated.

View differences:

xbee.h
11 11
 **/
12 12

  
13 13
/**
14
 * The port to use the XBee from on the computer.
15
 * Also, a backup port if the other is used.
16
 **/
17
#ifndef ROBOT
18
#ifndef XBEE_PORT
19
#define XBEE_PORT "/dev/ttyUSB0"
20
#endif
21
#define XBEE_PORT2 "/dev/tty/USB1"
22
#endif
23

  
24
/**
14 25
 * @defgroup xbee XBee
15 26
 * @brief Interface with the XBee module
16 27
 *

Also available in: Unified diff