nodemcu-firmware/lua_modules/mcp23017
Nathaniel Wesley Filardo f5665ace71
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-10-29 12:59:30 +00:00
..
README.md Add mcp23017 Lua module (#3197) 2020-10-25 12:48:34 +01:00
mcp23017.lua MCP23017 module refactorings to save some heap (#3317) 2020-10-29 12:59:30 +00: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.