adafruit / Adafruit_CircuitPython_MCP2515

A CircuitPython library for working with the MCP2515 CAN bus controller
MIT License
20 stars 14 forks source link

For pico running circuitpython, filters #16

Closed steffenrog closed 1 year ago

steffenrog commented 1 year ago

I added

To use filters, 2 filters can be used

class Match:     def init(self,address,mask,extended: bool):         self.address = address         self.mask = mask         self.extended = extended

tekktrik commented 1 year ago

Hi, can you please provide more information? There's currently enough context to understand the issue you may be experiencing. Additionally, the code you've submitted appears to be in the repository already, so if this is a bug, I'm not sure what the fix for it was either.