diff --git a/library.json b/library.json index 8bb9ec6..4ba02cc 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "repository": { "type": "git", - "url": "https://github.com/RobTillaart/MCP23S17_RT.git" + "url": "https://github.com/RobTillaart/MCP23S17.git" }, "version": "0.1.0", "license": "MIT", diff --git a/library.properties b/library.properties index 7f9177c..b52bab4 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,11 @@ -name=MCP23S17_RT +name=MCP23S17 version=0.1.0 author=Rob Tillaart maintainer=Rob Tillaart sentence=Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines paragraph= setPolarity, setPullup category=Signal Input/Output -url=https://github.com/RobTillaart/MCP23S17_RT +url=https://github.com/RobTillaart/MCP23S17 architectures=* includes=MCP23S17.h depends=