GY-63_MS5611/libraries/PinInGroup/library.json
2024-01-06 17:59:19 +01:00

24 lines
511 B
JSON

{
"name": "PinInGroup",
"keywords": "PinInGroup, pin, group, INPUT",
"description": "A class that groups input pins so they can be read in one logical step",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PinInGroup.git"
},
"version": "0.1.10",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PinInGroup.h"
}