Pages and rename
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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/>
|
||||||
|
|||||||
Reference in New Issue
Block a user