You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ For more about the original ulisp-esp see <http://www.ulisp.com/show?3M#esp-vers
7
7
This is based off of uLisp 4.6. For the old patches (some of which don't work) for
8
8
uLisp 4.3a please see the [4.3a-old](https://github.com/dragoncoder047/ulisp-esp32/tree/4.3a-old) branch.
9
9
10
+
> [!NOTE]
11
+
> This version includes (requires?) the [ESP32Servo](https://www.arduino.cc/reference/en/libraries/esp32servo/) library to get the analogWrite() and tone() functioning correctly. If you don't have it installed uLisp will compile but you won't have analogWrite() and tone().
12
+
10
13
New features, some care in editing required:
11
14
* Lisp `:keywords` that auto-quote themselves
12
15
* Ability to add multiple (more than one) extension tables (using `calloc()`) *may not be portable to other platforms*
0 commit comments