Trees | Indices | Help |
---|
|
Abstract superclass of servo modules. These support additional functionality associated with position servos: .set_pos -- sets position of the module. -- units in 100s of degrees between -9000 and 9000. This is a "safe" version, which only accepts legal values .set_pos_UNSAFE -- sets position of module, without any validity checking .get_pos -- reads current position (may be at offset from set_pos, even without load) .go_slack -- makes the servo go limp .is_slack -- return True if and only if module is slack
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
POS_UPPER = 9000
|
|||
POS_LOWER = -9000
|
|||
|
|||
Inherited from |
|
Concrete constructor. ATTRIBUTES: node_id -- 7 bit number to address a module uniquely typecode -- version number of module code pna -- ProtocolNodeAdaptor -- specialized for this node_id
|
Sets position of the module, without any validity checking INPUT: val -- units in 100s of degrees between -9000 and 9000 |
Sets position of the module, with safety checks. INPUT: val -- units in 100s of degrees between -9000 and 9000 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |