GY-63_MS5611/libraries/MCP_POT/library.json
2024-06-05 19:01:37 +02:00

24 lines
535 B
JSON

{
"name": "MCP_POT",
"keywords": "MCP41010, MCP41050, MCP41100, MCP42010, MCP42050, MCP42100",
"description": "Arduino library for MCP41xxx and MCP42xxx SPI based digital potentiometers.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP_POT.git"
},
"version": "0.2.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "MCP_POT.h"
}