Pages and rename

This commit is contained in:
Brad Nelson
2021-02-12 21:44:39 -08:00
parent 979e01b917
commit 2b8500b3e1
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ forth definitions
: freq ( n n -- ) 1000 * 13 ledcSetup drop ; : freq ( n n -- ) 1000 * 13 ledcSetup drop ;
: tone ( n n -- ) 1000 * ledcWriteTone drop ; : tone ( n n -- ) 1000 * ledcWriteTone drop ;
( Utilities )
: page 30 for cr next ;
( Basic Ardiuno Constants ) ( Basic Ardiuno Constants )
0 constant LOW 0 constant LOW
1 constant HIGH 1 constant HIGH

View File

@ -29,7 +29,7 @@ body {
} }
</style> </style>
</head> </head>
<h2>uEforth</h2> <h2>ESP32forth v7</h2>
<link rel="icon" href="data:,"> <link rel="icon" href="data:,">
<body> <body>
Upload File: <input id="filepick" type="file" name="files[]"></input><br/> Upload File: <input id="filepick" type="file" name="files[]"></input><br/>