circuitpython/shared-bindings/_canio
Jeff Epler fd9df164c0 canio: Message: remove size property
This is just duplicating what len(message.data) gives you.
2020-09-21 16:44:26 -05:00
..
__init__.c more doc improvements 2020-09-21 16:44:26 -05:00
__init__.h _canio: Add _canio.State enum-like class 2020-09-21 16:44:26 -05:00
CAN.c canio: Make both tx and rx (but not both) optional 2020-09-21 16:44:26 -05:00
CAN.h _canio: Minimal implementation for SAM E5x MCUs 2020-09-21 16:44:26 -05:00
Listener.c Respond to review comments 2020-09-21 16:44:26 -05:00
Listener.h _canio: Minimal implementation for SAM E5x MCUs 2020-09-21 16:44:26 -05:00
Match.c Respond to review comments 2020-09-21 16:44:26 -05:00
Match.h Respond to review comments 2020-09-21 16:44:26 -05:00
Message.c canio: Message: remove size property 2020-09-21 16:44:26 -05:00
Message.h Respond to review comments 2020-09-21 16:44:26 -05:00