summaryrefslogtreecommitdiff
path: root/shared-bindings/canio/CAN.c
AgeCommit message (Expand)Author
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-26canio: Give implementation-specific limits for CAN.ListenJeff Epler
2020-09-29canio.CAN: clarify read-only status of several propertiesJeff Epler
2020-09-29canio: actually drop the _error_count propertiesJeff Epler
2020-09-29Allow the _state_count properties to be unimplementedJeff Epler
2020-09-28canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequ...Jeff Epler
2020-09-28canio: Correct type annotations of CAN.send, Listener.receiveJeff Epler
2020-09-28canio: Split RemoteTransmissionRequest to its own classJeff Epler
2020-09-22canio: fix bugs in shared-bindingsJeff Epler
2020-09-21canio: rename from _canioJeff Epler