First, thanks for making RevPiModIO. It's a great library.
I am wondering if there is a way to configure inputs from within RevPiModIO. For my project, this is something I am going to have to do programmatically one way or another. I have added an AIO device and want to set it up with a pretty standard configuration. It's not yet accessible through
Code: Select all
RevPiModIO.device
Code: Select all
piTest -d
Thanks!