Pages and rename
This commit is contained in:
@ -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
|
||||
|
||||
@ -29,7 +29,7 @@ body {
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<h2>uEforth</h2>
|
||||
<h2>ESP32forth v7</h2>
|
||||
<link rel="icon" href="data:,">
|
||||
<body>
|
||||
Upload File: <input id="filepick" type="file" name="files[]"></input><br/>
|
||||
|
||||
Reference in New Issue
Block a user