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