Closed fair-man closed 6 years ago
For an example of how to use i2c-bus to implement a driver see https://github.com/fivdi/mcp9808-temperature-sensor. It's a driver for the MCP9808 temperature sensor and should be helpful and provide lots of ideas if you would like to implement a driver for another chip like the MCP23017.
Hi, can you add an example of working with mcp23017?