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
|
|
|
},
|
2020-05-20 03:53:04 -04:00
|
|
|
"version":"0.1.1",
|
2017-08-20 16:11:38 -04:00
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*",
|
|
|
|
"export": {
|
2020-05-20 03:53:04 -04:00
|
|
|
"include": "PinOutGroup
|
2017-08-20 16:11:38 -04:00
|
|
|
}
|
|
|
|
}
|