summaryrefslogtreecommitdiff
path: root/objects/Platform.mpy
blob: d0510eaf873c0ce68d770e298271a30516ae6754 (plain)
1
2
3
4
5
simobj Platform(SimObject):
    type = 'Platform'
    abstract = True
    interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
    intrctrl = Param.IntrControl(Super, "interrupt controller")