summaryrefslogtreecommitdiff
path: root/objects/Platform.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/Platform.mpy')
-rw-r--r--objects/Platform.mpy4
1 files changed, 4 insertions, 0 deletions
diff --git a/objects/Platform.mpy b/objects/Platform.mpy
new file mode 100644
index 000000000..870026259
--- /dev/null
+++ b/objects/Platform.mpy
@@ -0,0 +1,4 @@
+simobj Platform(SimObject):
+ abstract = True
+ interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
+ intrctrl = Param.IntrControl(Super, "interrupt controller")