Configure inputs from python
Posted: 24 Jan 2019, 17:46
Hello.
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 and warns me that "Module is present, but NOT CONFIGURED!!!". Is there any way to initialize it from RevPiModIO? I'd rather not have to reverse engineer PiCtory.
Thanks!
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!