| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
SensorChangeEvent
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
analog The Sensor object associated with the event. |
|
|
pin The index of the pin in which the change occured. |
|
|
value_raw The new value drive on the pin (0 - 0xFFFF). |
|
|
value The new value driven on the pin (0 - Vref). |
|
|
timestamp The relative time in microsec at which the event occured. |
|
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Property Details |
analogThe Sensor object associated with the event.
|
pinThe index of the pin in which the change occured.
|
value_rawThe new value drive on the pin (0 - 0xFFFF).
|
valueThe new value driven on the pin (0 - Vref).
|
timestampThe relative time in microsec at which the event occured.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 19 18:23:25 2010 | http://epydoc.sourceforge.net |