|
|
|
scan(self)
Do a low-level scan for all nodes |
source code
|
|
|
|
|
write(self,
*args,
**kw)
Write out a command --> redirected to Bus.write |
source code
|
|
|
read(self)
Read a response; redirected to Bus.read |
source code
|
|
|
|
|
request(self,
cmd,
tx0,
tx1,
nid=None,
**kw)
Write out a command and record incomplete reply |
source code
|
|
|
_completeResponses(self,
now,
timeout=0.05,
retries=4)
(private)
Retries another request of incomplete message if timed out, and
completes any request for which a response arrived. |
source code
|
|
|
|
|
update(self)
Complete any outstanding async requests and collect heartbeats |
source code
|
|
|
generatePNA(self,
nid)
Generates a pololu.ProtocolNodeAdaptor, associating a pololu protocol
with a specific node id and returns it |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|