GY-63_MS5611/libraries/MCP23S08/library.json
2024-01-20 14:15:11 +01:00

24 lines
497 B
JSON

{
"name": "MCP23S08",
"keywords": "MCP23S08,SPI, 8 IO, polarity, pullup",
"description": "Arduino library for SPI MCP23S08 8 channel port expander",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP23S08.git"
},
"version": "0.5.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "MCP23S08.h"
}