24 lines
537 B
JSON
Raw Normal View History

2017-08-20 22:11:38 +02:00
{
"name": "PinOutGroup",
2020-05-20 09:53:04 +02:00
"keywords": "PinOutGroup, pin, group, OUTPUT",
2017-08-20 22:11:38 +02: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 09:53:04 +02:00
"url": "https://github.com/RobTillaart/PinOutGroup.git"
2017-08-20 22:11:38 +02:00
},
2023-11-15 11:51:39 +01:00
"version": "0.1.8",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-11-15 11:51:39 +01:00
"frameworks": "*",
2021-12-23 18:59:45 +01:00
"platforms": "*",
"headers": "PinOutGroup.h"
2017-08-20 22:11:38 +02:00
}