5 lines
182 B
Text
5 lines
182 B
Text
|
simobj Platform(SimObject):
|
||
|
abstract = True
|
||
|
interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
|
||
|
intrctrl = Param.IntrControl(Super, "interrupt controller")
|