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

24 lines
543 B
JSON
Raw Normal View History

2017-08-20 16:11:38 -04:00
{
"name": "PinOutGroup",
2020-05-20 03:53:04 -04:00
"keywords": "PinOutGroup, pin, group, OUTPUT",
2017-08-20 16:11:38 -04:00
"description": "A class that groups output pins so they can be updated easier and slightly faster on average",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-05-20 03:53:04 -04:00
"url": "https://github.com/RobTillaart/PinOutGroup.git"
2017-08-20 16:11:38 -04:00
},
2022-11-22 07:46:07 -05:00
"version": "0.1.7",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2017-08-20 16:11:38 -04:00
"frameworks": "arduino",
2021-12-23 12:59:45 -05:00
"platforms": "*",
"headers": "PinOutGroup.h"
2017-08-20 16:11:38 -04:00
}