mcp23017: new driver for MCP23017 (I2C port expander)

This commit is contained in:
Roger Peppe
2020-08-23 18:41:07 +01:00
committed by Ron Evans
parent c1c05cbef7
commit edf9ba92be
7 changed files with 1029 additions and 0 deletions
+2
View File
@@ -83,6 +83,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mag3110/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mcp23017/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mcp3008/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/microbitmatrix/main.go