Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
/ esp32-mcp23008 Public archive

ESP-IDF (C) driver for the MCP23008 GPIO expander

License

Notifications You must be signed in to change notification settings

NSBum/esp32-mcp23008

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP23008

ESP32 component for the MCP23008 I2C GPIO expander, for use with the ESP-IDF build framework.

The ESP32 is a versatile little IoT SoC device that can handle a number of microcontroller tasks for automation and other projects. One of the problems with the ESP32 is the shortage of GPIO pins. Many of the pins on the device had dedicated functions. Some projects require a larger number of open pins. Therefore, this device and similar GPIO expanders can be used to fill the void.

The use of this component is straightfoward. If the I2C bus in use has not already been initialized, you'll need to take care of its initialization in advance of calling mcp23008_init.

About

ESP-IDF (C) driver for the MCP23008 GPIO expander

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published