|
dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Namespaces | |
| px_mkfw | |
Functions | |
| def | px_mkfw.mkdesc |
Variables | |
| tuple | px_mkfw.parser = argparse.ArgumentParser(description="Firmware generator for the PX autopilot system.") |
| tuple | px_mkfw.args = parser.parse_args() |
| tuple | px_mkfw.f = open(args.prototype,"r") |
| tuple | px_mkfw.desc = json.load(f) |
| string | px_mkfw.cmd = " " |
| tuple | px_mkfw.p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE) |
| tuple | px_mkfw.bytes = f.read() |