From 11957a880913b775101332b1191e0aa5e40b9cf4 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 29 Sep 2018 02:17:42 +0200 Subject: ... --- forth/elegoo.fs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'forth') 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 -- cgit v1.2.3