Documentation

Short description for instantiation:

  • revpimodio.RevPiModIO(**kwargs)
    The module uses the entire Revolution Pi hardware exclusively
  • revpimodio.RevPiModIOSelected(deviceselection, **kwargs)
    The module only uses the specified Revolution Pi devices
  • revpimodio.RevPiModIODriver(vdev, **kwargs)
    The module uses specified virtual devices to provide them with data. RevPiModIO writes in the “Inputs” and reads the “Outputs”. Other programs, such as logiCAD, take control and access this data.

The RevPiModIO instance contains the following classes that can be accessed:

We have a detailed source code documentation HERE