nodemcu-firmware/lua_modules/mcp23017
Nathaniel Wesley Filardo 0cafaca4cb MCP23017 module refactorings to save some heap (#3317)
* mcp23017: functions to metatable

Avoids closures for each module.

* mcp23017: inline constants

Saves nearly half a kilobyte of heap.
2020-11-07 16:23:43 +01:00
..
README.md Add mcp23017 Lua module (#3197) 2020-11-07 16:23:43 +01:00
mcp23017.lua MCP23017 module refactorings to save some heap (#3317) 2020-11-07 16:23:43 +01:00

README.md

MCP23017 Module

Documentation for this Lua module is available in the mcp23017.md file and in the Official NodeMCU Documentation in Lua Modules section.