forked from fdu/ESP8266-Arduino-Lua
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit 2838d60
authored
Update LuaWrapper.cpp
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 39b1295 commit 2838d60
1 file changed
+28
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
3 | 26 |
| |
4 | 27 |
| |
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
5 | 33 |
| |
6 | 34 |
| |
7 | 35 |
| |
|
0 commit comments