Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Classes | Variables
webiopi.devices.i2c Namespace Reference

Classes

class  I2C
 

Variables

int I2C_RETRIES = 0x0701
 
int I2C_TIMEOUT = 0x0702
 
int I2C_SLAVE = 0x0703
 
int I2C_SLAVE_FORCE = 0x0706
 
int I2C_TENBIT = 0x0704
 
int I2C_FUNCS = 0x0705
 
int I2C_RDWR = 0x0707
 
int I2C_PEC = 0x0708
 
int I2C_SMBUS = 0x0720
 

Variable Documentation

int webiopi.devices.i2c.I2C_FUNCS = 0x0705

Definition at line 38 of file i2c.py.

int webiopi.devices.i2c.I2C_PEC = 0x0708

Definition at line 42 of file i2c.py.

int webiopi.devices.i2c.I2C_RDWR = 0x0707

Definition at line 40 of file i2c.py.

int webiopi.devices.i2c.I2C_RETRIES = 0x0701

Definition at line 26 of file i2c.py.

int webiopi.devices.i2c.I2C_SLAVE = 0x0703

Definition at line 33 of file i2c.py.

int webiopi.devices.i2c.I2C_SLAVE_FORCE = 0x0706

Definition at line 34 of file i2c.py.

int webiopi.devices.i2c.I2C_SMBUS = 0x0720

Definition at line 43 of file i2c.py.

int webiopi.devices.i2c.I2C_TENBIT = 0x0704

Definition at line 36 of file i2c.py.

int webiopi.devices.i2c.I2C_TIMEOUT = 0x0702

Definition at line 28 of file i2c.py.