CLI help for examples

Pygame GUI examples

$ python -m pysimavrgui.examples.gui.lcdgame_ex --help
usage: lcdgame_ex.py [-h] [--debug]

optional arguments:
  -h, --help  show this help message and exit
  --debug     set logging level to DEBUG
$ python -m pysimavrgui.examples.gui.ledrowgame_ex --help
usage: ledrowgame_ex.py [-h] [--debug]

optional arguments:
  -h, --help  show this help message and exit
  --debug     set logging level to DEBUG
$ python -m pysimavrgui.examples.gui.sgm7game_ex --help
usage: sgm7game_ex.py [-h] [--debug]

optional arguments:
  -h, --help  show this help message and exit
  --debug     set logging level to DEBUG
$ python -m pysimavrgui.examples.gui.textgame_ex --help
usage: textgame_ex.py [-h] [--debug]

optional arguments:
  -h, --help  show this help message and exit
  --debug     set logging level to DEBUG

Simulation examples

$ python -m pysimavrgui.examples.sim.ledramp --help
usage: ledramp.py [-h] [-v VCDFILE] [-s SPEED] [-f FPS] [-t TIMEOUT]
                  [--visible VISIBLE] [-i IMAGE_FILE] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  -v VCDFILE, --vcdfile VCDFILE
  -s SPEED, --speed SPEED
  -f FPS, --fps FPS
  -t TIMEOUT, --timeout TIMEOUT
  --visible VISIBLE
  -i IMAGE_FILE, --image-file IMAGE_FILE
  --debug               set logging level to DEBUG
$ python -m pysimavrgui.examples.sim.lcd --help
usage: lcd.py [-h] [-v VCDFILE] [-s SPEED] [-f FPS] [-t TIMEOUT]
              [--visible VISIBLE] [-i IMAGE_FILE] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  -v VCDFILE, --vcdfile VCDFILE
  -s SPEED, --speed SPEED
  -f FPS, --fps FPS
  -t TIMEOUT, --timeout TIMEOUT
  --visible VISIBLE
  -i IMAGE_FILE, --image-file IMAGE_FILE
  --debug               set logging level to DEBUG
$ python -m pysimavrgui.examples.sim.sgm7 --help
usage: sgm7.py [-h] [-v VCDFILE] [-s SPEED] [-f FPS] [-t TIMEOUT]
               [--visible VISIBLE] [-i IMAGE_FILE] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  -v VCDFILE, --vcdfile VCDFILE
  -s SPEED, --speed SPEED
  -f FPS, --fps FPS
  -t TIMEOUT, --timeout TIMEOUT
  --visible VISIBLE
  -i IMAGE_FILE, --image-file IMAGE_FILE
  --debug               set logging level to DEBUG
$ python -m pysimavrgui.examples.sim.arduino --help
usage: arduino.py [-h] [-e ELF] [-m MCU] [-f F_CPU] [-v VCDFILE] [-s SPEED]
                  [--fps FPS] [-t TIMEOUT] [--visible VISIBLE] [-i IMAGE_FILE]
                  [-r RATE] [-b BUTTONS_ENABLE] [--vcd-enable VCD_ENABLE]
                  [--spk-enable SPK_ENABLE] [-u UDP_ENABLE] [-a AVCC]
                  [--vcc VCC] [-c CODE] [--debug]

optional arguments:
  -h, --help            show this help message and exit
  -e ELF, --elf ELF
  -m MCU, --mcu MCU
  -f F_CPU, --f-cpu F_CPU
  -v VCDFILE, --vcdfile VCDFILE
  -s SPEED, --speed SPEED
  --fps FPS
  -t TIMEOUT, --timeout TIMEOUT
  --visible VISIBLE
  -i IMAGE_FILE, --image-file IMAGE_FILE
  -r RATE, --rate RATE
  -b BUTTONS_ENABLE, --buttons-enable BUTTONS_ENABLE
  --vcd-enable VCD_ENABLE
  --spk-enable SPK_ENABLE
  -u UDP_ENABLE, --udp-enable UDP_ENABLE
  -a AVCC, --avcc AVCC  AVcc in mV
  --vcc VCC             Vcc in mV
  -c CODE, --code CODE
  --debug               set logging level to DEBUG

Table Of Contents

Previous topic

Arduino simulator

Next topic

API

This Page