mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"name": "BoolArray",
|
|
"keywords": "Bool,Boolean,array,compact,compressed",
|
|
"description": "Arduino library for compact array of booleans of max size 2000 (UNO).",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/BoolArray.git"
|
|
},
|
|
"version": "0.2.3",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|