|
dRonin
adbada4
dRonin firmware
|
Functions | |
| def | mkdesc |
Variables | |
| tuple | parser = argparse.ArgumentParser(description="Firmware generator for the PX autopilot system.") |
| tuple | args = parser.parse_args() |
| tuple | f = open(args.prototype,"r") |
| tuple | desc = json.load(f) |
| string | cmd = " " |
| tuple | p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE) |
| tuple | bytes = f.read() |
| def px_mkfw.mkdesc | ( | ) |
Definition at line 53 of file px_mkfw.py.
| tuple px_mkfw.args = parser.parse_args() |
Definition at line 77 of file px_mkfw.py.
| tuple px_mkfw.bytes = f.read() |
Definition at line 106 of file px_mkfw.py.
| string px_mkfw.cmd = " " |
Definition at line 100 of file px_mkfw.py.
| tuple px_mkfw.desc = json.load(f) |
Definition at line 82 of file px_mkfw.py.
| tuple px_mkfw.f = open(args.prototype,"r") |
Definition at line 81 of file px_mkfw.py.
| tuple px_mkfw.p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE) |
Definition at line 101 of file px_mkfw.py.
| tuple px_mkfw.parser = argparse.ArgumentParser(description="Firmware generator for the PX autopilot system.") |
Definition at line 68 of file px_mkfw.py.