pilotak / python-mcp2221

Python driver for MCP2221A
MIT License
4 stars 1 forks source link

Support i2c interface #2

Open jremmet opened 2 years ago

jremmet commented 2 years ago

mcp2221 has a i2c interface which can be used to access further sensors. Are there any plans to support it?

pilotak commented 2 years ago

Not at the moment :pensive: , as i only needed IO operations . It would quite time consuming as well as writing tests, but you are more than welcome to submit a PR

jremmet commented 2 years ago

Thanks for the quick response :) I will look into it.