Go to the source code of this file.
Classes | |
| class | vw.rx |
| class | vw.tx |
Namespaces | |
| namespace | vw |
Functions | |
| def | vw._crc_ccitt_update |
| def | vw._sym2nibble |
Variables | |
| int | vw._CTL = 3 |
| list | vw._HEADER = [0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x38, 0x2c] |
| list | vw._SYMBOL |
| int | vw.BPS = 2000 |
| int | vw.MAX_BPS = 10000 |
| int | vw.MAX_MESSAGE_BYTES = 77 |
| int | vw.MIN_BPS = 50 |
| int | vw.msg = 0 |
| tuple | vw.pi = pigpio.pi() |
| int | vw.RX = 11 |
| tuple | vw.rx = vw.rx(pi, RX, BPS) |
| tuple | vw.start = time.time() |
| int | vw.TX = 25 |
| tuple | vw.tx = vw.tx(pi, TX, BPS) |