summaryrefslogtreecommitdiff
path: root/shared-bindings/canio/Match.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-09-28canio: CAN.Match: improve how an unspecified `mask` is implementedJeff Epler
0 should actually indicate a "match everything" filter which you otherwise couldn't indicate with any single Match object, and an all-address-bits-set number should indicate a "match single address" filter. Use an optional/default None argument to do the job.
2020-09-28Match: address -> idJeff 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.