sw23
|
ad166ca479
|
Fixing make stub warnings and mypy issuesmak
|
2020-10-29 20:15:34 -04:00 |
Jeff Epler
|
c9f7df3bab
|
canio: Give implementation-specific limits for CAN.Listen
|
2020-10-26 10:06:49 -05:00 |
Jeff Epler
|
88cbf772df
|
canio.CAN: clarify read-only status of several properties
|
2020-09-29 20:13:52 -05:00 |
Jeff Epler
|
611f81ac1a
|
canio: actually drop the _error_count properties
thanks @tannewt
|
2020-09-29 14:25:53 -05:00 |
Jeff Epler
|
1bea099eb2
|
Allow the _state_count properties to be unimplemented
This is the case on the SPI implementations MCP2515 and MCP2518.
|
2020-09-29 14:05:50 -05:00 |
Jeff Epler
|
4f7f1e8106
|
canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequence
|
2020-09-28 17:22:00 -05:00 |
Jeff Epler
|
ea2f5b6396
|
canio: Correct type annotations of CAN.send, Listener.receive
|
2020-09-28 17:22:00 -05:00 |
Jeff Epler
|
8d45be1cd9
|
canio: Split RemoteTransmissionRequest to its own class
It reuses most of canio.Message's implementation, and structure
|
2020-09-28 17:22:00 -05:00 |
Jeff Epler
|
9fd9cf1138
|
canio: fix bugs in shared-bindings
|
2020-09-22 09:36:47 -05:00 |
Jeff Epler
|
4869dbdc67
|
canio: rename from _canio
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.
|
2020-09-21 16:44:26 -05:00 |