aboutsummaryrefslogtreecommitdiff
path: root/forth/elegoo.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/elegoo.fs')
-rw-r--r--forth/elegoo.fs7
1 files changed, 7 insertions, 0 deletions
diff --git a/forth/elegoo.fs b/forth/elegoo.fs
index f6d5391..bc20655 100644
--- a/forth/elegoo.fs
+++ b/forth/elegoo.fs
@@ -1,3 +1,10 @@
+-init
+marker -init
+
+: init ( -- )
+ idle
+ load+ ;
+
-pwm
marker -pwm