Good day everyone!
I've been using the "old" Adafruit MCP230xx library for some time now, mostly for output stages only.
Then I just recently stumbled upon Circuit Phyton's MCP230xx library, which is supposed to supersede the "old" one.
Have not deployed it yet and want to ask around from someone who have used both before porting to the "new format"
What's the difference between the two (aside from the naming of course!)?
Is it easier to use?
inputs more stable? (do I still need a Schmitt trigger circuit for the input stage?)
how does it handle interrupts?
any known issues/problems/limitations with this library?
tried to search around the net ("googled around" as most person would say recently), but did not return any relevant hits on the matter.
a few good example codes (actually used scripts) would be appreciated.