GY-63_MS5611/libraries/BitArray/library.json
2018-01-09 00:11:37 +01:00

25 lines
528 B
JSON

{
"name": "BitArray",
"keywords": "Bit,Array,Boolean,bool",
"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"
},
"version":"0.1.8",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/BitArray"
}
}