Functions | |
| def | cleanup () |
Variables | |
| c = stdscr.getch() | |
| list | cb = [] |
| tuple | col = (g // 11) * 25 |
| int | GPIOS = 32 |
| mode = pi.get_mode(g) | |
| list | MODES = ["INPUT", "OUTPUT", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"] |
| pi = pigpio.pi() | |
| tuple | row = (g % 11) + 2 |
| stdscr = curses.initscr() | |
| list | tally = cb[g].tally() |
| def gpio_status.cleanup | ( | ) |
Definition at line 14 of file gpio_status.py.
| gpio_status.c = stdscr.getch() |
Definition at line 61 of file gpio_status.py.
| list gpio_status.cb = [] |
Definition at line 30 of file gpio_status.py.
| tuple gpio_status.col = (g // 11) * 25 |
Definition at line 49 of file gpio_status.py.
| int gpio_status.GPIOS = 32 |
Definition at line 10 of file gpio_status.py.
| gpio_status.mode = pi.get_mode(g) |
Definition at line 47 of file gpio_status.py.
| list gpio_status.MODES = ["INPUT", "OUTPUT", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"] |
Definition at line 12 of file gpio_status.py.
| gpio_status.pi = pigpio.pi() |
Definition at line 20 of file gpio_status.py.
| tuple gpio_status.row = (g % 11) + 2 |
Definition at line 50 of file gpio_status.py.
| gpio_status.stdscr = curses.initscr() |
Definition at line 24 of file gpio_status.py.
| list gpio_status.tally = cb[g].tally() |
Definition at line 46 of file gpio_status.py.