summaryrefslogtreecommitdiff
path: root/shared-bindings/canio/CAN.h
AgeCommit message (Collapse)Author
2020-09-29canio: actually drop the _error_count propertiesJeff Epler
thanks @tannewt
2020-09-28CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr fieldJeff Epler
2020-09-28Listerner: read -> receive, drop readintoJeff Epler
This prepares for creating a separate RemoteTransmissionRequest class
2020-09-21canio: rename from _canioJeff Epler
This reflects our belief that the API is stable enough to avoid incompatible changes during 6.x.