$search
Go to the source code of this file.
Namespaces | |
namespace | setup_xbee |
Functions | |
def | setup_xbee::beginAtMode |
def | setup_xbee::send |
def | setup_xbee::setAT |
Variables | |
string | setup_xbee::__author__ = "astambler@willowgarage.com (Adam Stambler)" |
int | setup_xbee::baud = 9600 |
string | setup_xbee::cmd = '' |
string | setup_xbee::help |
tuple | setup_xbee::my_address = int(args[1]) |
tuple | setup_xbee::parser = OptionParser(usage=help) |
tuple | setup_xbee::port = serial.Serial(port_name, baud, timeout=1.5) |
list | setup_xbee::port_name = args[0] |