Module zio

Module zio


Version: 1.1

Classes
  ProtocolError
Exception raised when there are problems communicating with the agent.
  DisconnectError
Exception raised when the ZIO motherboard has been physcially disconnected from the host.
  I2CNoAckError
Exception raised when an acknowledgement is not received, during an I2C transaction.
  Agent
Agent class is used to talk to agent program running in the ZIO board.
  Motherboard
Motherboard class is used to perform operations that are global to all modules in the interface board.
  I2C
I2C class is used to access devices over the I2C bus.
  SPI
SPI class is used to access devices over the SPI bus.
  GPIOChangeEvent
An event which indicates that the value driven on one of the input pins of a GPIO has changed.
  GPIO
GPIO class is used to control devices over general purpose IO pins.
  SensorChangeEvent
An event which indicates that the value driven in one of the analog input pins has changed by atleast the tigger amount.
  Sensor
Sensor class is used to access analog inputs usually driven by sensors.
  PWM
PWM class is used to rapidly turn on and off an output pin.