RevPiModIO User Manual
Moderator: RevPiModIO
Hello there. Is there a manual for this library?
- RevPiModIO
- KUNBUS
- Posts: 335
- Joined: 20 Jan 2017, 08:44
- Contact:
Yes, we've got a web site for our library incl. examples and documentation!
Have a look at: https://revpimodio.org/en/homepage/
Sven
Have a look at: https://revpimodio.org/en/homepage/
Sven
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
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.
- RevPiModIO
- KUNBUS
- Posts: 335
- Joined: 20 Jan 2017, 08:44
- Contact:
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
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!