Package pymata_aio :: Module pin_data :: Class PinData
[hide private]
[frames] | no frames]

Class PinData

source code

Each analog and digital input pin is described by an instance of this class. It contains both the last data value received and a potential callback reference.

Instance Methods [hide private]
 
__init__(self) source code
Properties [hide private]
  current_value
  cb
Property Details [hide private]

current_value

Get Method:
unreachable.current_value(self)
Set Method:
unreachable.current_value(self, value)

cb

Get Method:
unreachable.cb(self)
Set Method:
unreachable.cb(self, value)