From 2b8500b3e113079048321a3be50567b40ecd864b Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 12 Feb 2021 21:44:39 -0800 Subject: [PATCH] Pages and rename --- ueforth/arduino/arduino.fs | 3 +++ ueforth/arduino/arduino_server.fs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ueforth/arduino/arduino.fs b/ueforth/arduino/arduino.fs index 5b78bc4..4f5ea11 100644 --- a/ueforth/arduino/arduino.fs +++ b/ueforth/arduino/arduino.fs @@ -17,6 +17,9 @@ forth definitions : freq ( n n -- ) 1000 * 13 ledcSetup drop ; : tone ( n n -- ) 1000 * ledcWriteTone drop ; +( Utilities ) +: page 30 for cr next ; + ( Basic Ardiuno Constants ) 0 constant LOW 1 constant HIGH diff --git a/ueforth/arduino/arduino_server.fs b/ueforth/arduino/arduino_server.fs index db7a6bd..42b9391 100644 --- a/ueforth/arduino/arduino_server.fs +++ b/ueforth/arduino/arduino_server.fs @@ -29,7 +29,7 @@ body { } -

uEforth

+

ESP32forth v7

Upload File: