Go to the source code of this file.
Classes | |
| class | vw.rx |
| class | vw.tx |
Namespaces | |
| vw | |
Functions | |
| def | vw._crc_ccitt_update (crc, data) |
| def | vw._sym2nibble (symbol) |
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 |
| vw.pi = pigpio.pi() | |
| int | vw.RX = 11 |
| vw.rx = vw.rx(pi, RX, BPS) | |
| vw.start = time.time() | |
| int | vw.TX = 25 |
| vw.tx = vw.tx(pi, TX, BPS) | |