circuitpython/shared-bindings/canio
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
..
__init__.c canio: Split RemoteTransmissionRequest to its own class 2020-09-28 17:22:00 -05:00
__init__.h canio: rename from _canio 2020-09-21 16:44:26 -05:00
CAN.c Allow the _state_count properties to be unimplemented 2020-09-29 14:05:50 -05:00
CAN.h CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field 2020-09-28 17:22:00 -05:00
Listener.c more doc improvements 2020-09-28 19:56:19 -05:00
Listener.h CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field 2020-09-28 17:22:00 -05:00
Match.c canio: CAN.Match: improve how an unspecified mask is implemented 2020-09-28 17:22:00 -05:00
Match.h Match: address -> id 2020-09-28 17:22:00 -05:00
Message.c canio: RemoteTransmissionRequest: Split implementation, keep one structure 2020-09-28 17:22:00 -05:00
Message.h canio: remove stray remote_transmission_request method declaration 2020-09-28 17:22:02 -05:00
RemoteTransmissionRequest.c can: RemoteTransmissionRequest: remove duplicate docstrings 2020-09-28 19:47:06 -05:00
RemoteTransmissionRequest.h canio: RemoteTransmissionRequest: Split implementation, keep one structure 2020-09-28 17:22:00 -05:00