Module zio

Module zio


Version: 1.3

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.
  GPIO
GPIO class is used to control devices over general purpose IO pins.
  DAC
DAC class is used to drive analog output pins, usually used for generating waveforms, audio signals, etc.
  ADC
ADC 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.