GY-63_MS5611/libraries/BitArray/library.json
2016-12-18 10:48:17 +01:00

24 lines
503 B
JSON

{
"name": "BitArray",
"keywords": "Bit Array Boolean ",
"description": "Library to make a compact array of objects with a size expressed in bits. typically 1..10",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/BitArray"
}
}