WiFiMCU Reference Book

Lua Basic Modules

The Lua interpreter in WiFiMCU is based on Lua 5.1.4. The following modules are supported:

lua -
luaopen_base Supported
luaopen_package Supported
luaopen_string Supported
luaopen_table Supported
luaopen_math Supported

‘io’ and ‘debug’ modules are not supported. The functions description in supported modules can be found at: http://www.lua.org/manual/5.1/