forked from fdu/ESP8266-Arduino-Lua
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit 6406afc
authored
Update ltablib.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 d4b7988 commit 6406afc
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | - | ||
259 | + | ||
260 | 260 |
| |
261 | - | ||
261 | + | ||
262 | + | ||
262 | 263 |
| |
263 | - | ||
264 | - | ||
264 | + | ||
265 | + | ||
266 | + | ||
265 | 267 |
| |
266 | 268 |
| |
267 | 269 |
| |
| |||
440 | 442 |
| |
441 | 443 |
| |
442 | 444 |
| |
445 | + | ||
443 | 446 |
| |
444 | 447 |
| |
445 | 448 |
| |
|
0 commit comments