aboutsummaryrefslogtreecommitdiff
path: root/forth
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-09-29 02:17:42 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-09-29 02:17:42 +0200
commit11957a880913b775101332b1191e0aa5e40b9cf4 (patch)
tree22641ff7c7183e5262e774696ddea5e14febc197 /forth
parent79cabd5b1c8bcd9f50dc49e77776e713a57dff48 (diff)
...
Diffstat (limited to 'forth')
-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