Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9859689

Browse files
Update README.md
1 parent b097fd1 commit 9859689

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This Arduino library provides the [lua](https://www.lua.org/) 5.3.5 (release) scripting engine for ESP8266/ESP32 sketches. This allows dynamic execution of code on Arduino without having to compile and flash a new firmware.
44

5+
Along with the Lua 5.3.5 Core the following Lua standard libraries are included:
6+
7+
- base (print(), tostring(), tonumber(), etc.)
8+
- math
9+
- table (insert(), sort(), remove(), ...)
10+
- string (len(), match(), ...)
11+
512
## Used Resources (ESP8266 minimal sketch, 4MB (no spiffs))
613

714
Sketch uses 327776 bytes (31%) of program storage space. Maximum is 1044464 bytes.
@@ -16,7 +23,7 @@ After installing the library, some sketch examples are available from the *File*
1623
- digitalWrite()
1724
- delay()
1825
- millis()
19-
- print()
26+
- print()*(only builtin binding)*
2027

2128
```
2229
# Enter the lua script and press Control-D when finished:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /