Commit 5e5f2f1f authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

software: added missing MCP23S17 reg definition

parent dcea8ebe
......@@ -31,6 +31,7 @@
/* MCP23S17 register addresses (only ones which are used by the lib) */
#define MCP_IODIR 0x0
#define MCP_IPOL 0x1
#define MCP_OLAT 0x14
#define MCP_IOCON 0x0a
#define MCP_GPIO 0x12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment