Skip to content

NodeMCU interface for MCP4131 and other similar chips

License

Notifications You must be signed in to change notification settings

querry43/nodemcu-mcp4131

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nodemcu-mcp41xx

NodeMCU interface for MCP4131 and other similar chips

dofile('mcp4131.lua')

pot1 = MCP4131:new({cs = 8}))

pot1:set(0)   -- 0%
pot1:set(100) -- 100%

pot1:increment()
pot1:decrement()

About

NodeMCU interface for MCP4131 and other similar chips

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published