Python Libraries Documentation

Topics about the Software of Revolution Pi
Post Reply
jorgevasiliadis
Posts: 1
Joined: 19 Nov 2021, 01:07
Answers: 0

Python Libraries Documentation

Post by jorgevasiliadis »

Hi,

I'm trying to find documentation on how to control the value of Pictory variables through python.

I've been able to do it following the RunningLight.py example and it works but the values returned by the current fcntl python library don't match what's expected when I unpack the data.

My basic question is, where do I find documentation on fcntl and another python example library I saw called revpimodio2?

Thanks.
User avatar
nicolaiB
KUNBUS
Posts: 878
Joined: 21 Jun 2018, 10:33
Answers: 8
Location: Berlin
Contact:

Re: Python Libraries Documentation

Post by nicolaiB »

Hi jorgevasiliadis,

the documentation of fnctl can be found in the Python documentation: https://docs.python.org/3/library/fcntl.html
All informations and some examples regarding revpimodio2 are located here: https://revpimodio.org/en/homepage/

Nicolai
Post Reply