add ioClass to many module classes
+ add converted mb11_cfg.py Change-Id: Ic985fc16b5ce39caacbf1f3abd87b13b1e7c2da7
This commit is contained in:
@@ -68,6 +68,7 @@ class BridgeIO(StringIO):
|
||||
|
||||
|
||||
class Base(HasIO):
|
||||
ioClass = BridgeIO
|
||||
port = Property('modules port', IntRange(0, 15))
|
||||
|
||||
def communicate(self, command):
|
||||
|
||||
Reference in New Issue
Block a user