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

24 lines
511 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
},
2024-01-06 11:59:19 -05:00
"version": "0.1.10",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-15 05:50:44 -05:00
"frameworks": "*",
2021-12-23 11:54:57 -05:00
"platforms": "*",
"headers": "PinInGroup.h"
2017-08-20 16:12:07 -04:00
}