dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Data Structures | |
class | px_uploader.firmware |
class | px_uploader.uploader |
Namespaces | |
px_uploader | |
Variables | |
px_uploader.runningPython3 = False | |
tuple | px_uploader.parser = argparse.ArgumentParser(description="Firmware uploader for the PX autopilot system.") |
tuple | px_uploader.args = parser.parse_args() |
tuple | px_uploader.fw = firmware(args.firmware) |
list | px_uploader.portlist = [] |
tuple | px_uploader.patterns = args.port.split(",") |
tuple | px_uploader.up = uploader(port, args.baud) |