Page 1 of 1

RevPiModIO User Manual

Posted: 01 Dec 2018, 10:16
by kodyaz
Hello there. Is there a manual for this library?

Re: RevPiModIO User Manual

Posted: 02 Dec 2018, 09:46
by RevPiModIO
Yes, we've got a web site for our library incl. examples and documentation!

Have a look at: https://revpimodio.org/en/homepage/

Sven

Re: RevPiModIO User Manual

Posted: 04 Dec 2018, 06:17
by kodyaz
Hello thanks for the reply. I reviewed the site. But I couldn't find enough information. There were only a few examples. What are the methods in this library? What do these methods do? I'm waiting for answers.

Re: RevPiModIO User Manual

Posted: 04 Dec 2018, 09:36
by RevPiModIO
Well, start reading at https://revpimodio.org/en/doc2/ for general RevPiModIO Methods and Functions.

And go on with the .io. object https://revpimodio.org/en/doc2/io/ for IO Methods and Functions.

Special things for just the core device (control LED A1, A2) you can find in the .core. Object https://revpimodio.org/en/doc2/core/

If you need to do stuff with just one module connectet on the RevPi you could read the .device. object, too. https://revpimodio.org/en/doc2/device/

The Python help() is just German at the moment, sorry for that!

Sven