GY-63_MS5611/libraries/BoolArray/library.json
2024-04-11 15:34:44 +02:00

24 lines
514 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.3.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "BoolArray.h"
}