Variables | |
| int | aout = 0 |
| c = stdscr.getch() | |
| handle = pi.i2c_open(1, YL_40, 0) | |
| int | hashes = v / 4 |
| pi = pigpio.pi() | |
| int | spaces = 64 - hashes |
| stdscr = curses.initscr() | |
| v = pi.i2c_read_byte(handle) | |
| int | YL_40 = 0x48 |
| int PCF8591.aout = 0 |
Definition at line 26 of file PCF8591.py.
| PCF8591.c = stdscr.getch() |
Definition at line 50 of file PCF8591.py.
| PCF8591.handle = pi.i2c_open(1, YL_40, 0) |
Definition at line 19 of file PCF8591.py.
| int PCF8591.hashes = v / 4 |
Definition at line 42 of file PCF8591.py.
| PCF8591.pi = pigpio.pi() |
Definition at line 17 of file PCF8591.py.
| int PCF8591.spaces = 64 - hashes |
Definition at line 43 of file PCF8591.py.
| PCF8591.stdscr = curses.initscr() |
Definition at line 21 of file PCF8591.py.
| PCF8591.v = pi.i2c_read_byte(handle) |
Definition at line 41 of file PCF8591.py.
| int PCF8591.YL_40 = 0x48 |
Definition at line 15 of file PCF8591.py.