micropython/tests/pyb/can.py.exp

11 lines
138 B
Plaintext

CAN(1, LOOPBACK, False)
False
True
(123, 0, 0, b'abcd')
(2047, 0, 0, b'abcd')
(0, 0, 0, b'abcd')
passed
CAN(1, LOOPBACK, True)
passed
end