Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 502 Bytes

MCP23017

A C++ driver for the MCP23017 (I2C GPIO expander chip)

https://www.microchip.com/wwwproducts/en/MCP23017

Built for Jetson Xavier (though with minor changes, it should be possible to adapt it to other Linux systems which use the i2c-dev library)

The code is mainly a port of the Adafruit MCP23017 Arduino library, with the I2C command code from the Jetsonhacks PCA9685 PWM driver:

https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library

https://github.com/jetsonhacks/JHPWMDriver