summaryrefslogtreecommitdiff
path: root/shared-bindings/canio/CAN.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
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
thanks @tannewt
2020-09-29Allow the _state_count properties to be unimplementedJeff Epler
This is the case on the SPI implementations MCP2515 and MCP2518.
2020-09-28canio: CAN.listen: rename argument to 'matches', reflecting that it is a ↵Jeff Epler
sequence
2020-09-28canio: Correct type annotations of CAN.send, Listener.receiveJeff Epler
2020-09-28canio: Split RemoteTransmissionRequest to its own classJeff Epler
It reuses most of canio.Message's implementation, and structure
2020-09-22canio: fix bugs in shared-bindingsJeff Epler
2020-09-21canio: rename from _canioJeff Epler
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.