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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Patches from original:
11
11
* Different printgcs message
12
12
* Used actual name instead of `stringNNN` in lookup table
13
13
* Goheeca and Max-Gerd Retzlaff's error-handling code (https://github.com/Goheeca/redbear_duo-uLisp/commit/4894c13 and http://forum.ulisp.com/t/error-handling-in-ulisp/691/7), but replaced `sp_error` with `fn_throw` (`sp_error` caused a segfault)
14
-
* Dave Astels' macro, intern, and generic :keyword support (http://forum.ulisp.com/t/ive-added-a-few-things-that-might-be-interesting/456)
14
+
* Dave Astels' `defmacro`, `intern`, and generic `:keyword` support (http://forum.ulisp.com/t/ive-added-a-few-things-that-might-be-interesting/456)
15
15
16
16
New custom functions:
17
17
18
-
* battery:voltage, battery:percentage, battery:change-rate (reading from the MAX17048 on a SparkFun Thing Plus C)
18
+
*`battery:voltage`, `battery:percentage`, `battery:change-rate` (reading from the MAX17048 on a SparkFun Thing Plus C)
0 commit comments