Classes | |
| class | decoder |
Functions | |
| def | callback (bits, value) |
Variables | |
| pi = pigpio.pi() | |
| w = wiegand.decoder(pi, 14, 15, callback) | |
| def wiegand.callback | ( | bits, | |
| value | |||
| ) |
Definition at line 123 of file wiegand.py.
| wiegand.pi = pigpio.pi() |
Definition at line 126 of file wiegand.py.
| wiegand.w = wiegand.decoder(pi, 14, 15, callback) |
Definition at line 128 of file wiegand.py.