| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
I2CNoAckError
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
DATA = 0Constant indicates device did not ack. |
|
ADDR = 1Constant indicates device was not present. |
|
| Properties | |
|
code The code indicates whether the device... |
|
|
Inherited from Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Property Details |
codeThe code indicates whether the device was not present (ADDR) or the device did not ack (DATA)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 15 19:20:53 2013 | http://epydoc.sourceforge.net |