forked from fdu/ESP8266-Arduino-Lua
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit 785b082
authored
Update lmathlib.c
Added import for lua standard libraries:
base (tostring(), `tonumber(), etc.)
math
table (insert(), sort(), remove(), ...)
string (len(), match(), ...)
Replaced print() function with the original version modified with Serial1 parent c90ee2c commit 785b082
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 | + | ||
408 | 409 |
| |
409 | 410 |
| |
410 | 411 |
|
0 commit comments