RevPiModIO User Manual

Moderator: RevPiModIO

Post Reply
kodyaz
Posts: 16
Joined: 13 Oct 2018, 06:57
Answers: 0

RevPiModIO User Manual

Post by kodyaz »

Hello there. Is there a manual for this library?
User avatar
RevPiModIO
KUNBUS
Posts: 322
Joined: 20 Jan 2017, 08:44
Answers: 0
Contact:

Re: RevPiModIO User Manual

Post 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
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
kodyaz
Posts: 16
Joined: 13 Oct 2018, 06:57
Answers: 0

Re: RevPiModIO User Manual

Post 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.
User avatar
RevPiModIO
KUNBUS
Posts: 322
Joined: 20 Jan 2017, 08:44
Answers: 0
Contact:

Re: RevPiModIO User Manual

Post 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
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Post Reply