GY-63_MS5611/libraries/PinInGroup/library.json

25 lines
512 B
JSON
Raw Normal View History

2017-08-20 16:12:07 -04:00
{
"name": "PinInGroup",
2020-05-22 10:00:06 -04:00
"keywords": "PinInGroup, pin, group, INPUT",
2017-08-20 16:12:07 -04:00
"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",
2020-05-22 10:00:06 -04:00
"url": "https://github.com/RobTillaart/PinInGroup.git"
2017-08-20 16:12:07 -04:00
},
2020-05-22 10:00:06 -04:00
"version":"0.1.1",
2017-08-20 16:12:07 -04:00
"frameworks": "arduino",
"platforms": "*",
"export": {
2020-05-22 10:00:06 -04:00
"include": "PinInGroup
2017-08-20 16:12:07 -04:00
}
}