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 dca72af

Browse files
Update README.md
1 parent 1dfdf0b commit dca72af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ Global variables use 31276 bytes (38%) of dynamic memory, leaving 50644 bytes fo
1010

1111
## Arduino sketch examples
1212

13-
After installing the library, some sketch examples are available from the *File* menu, then *Examples* and finally under *ESP8266-Arduino-Lua*. The examples include **ExecuteScriptFromSerial** which takes a lua script from the serial line and executes it:
13+
After installing the library, some sketch examples are available from the *File* menu, then *Examples* and finally under *ESP8266-Arduino-Lua*. The examples include **ExecuteScriptFromSerial** which takes a lua script from the serial line and executes it. As an example, the following standard Arduino functions are available in lua scripts as bindings:
14+
15+
. pinMode()
16+
. digitalWrite()
17+
. delay()
18+
. millis()
19+
. print()
1420

1521
```
1622
# Enter the lua script and press Control-D when finished:

0 commit comments

Comments
(0)

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