GY-63_MS5611/libraries/bitHelpers/library.json
2021-08-09 21:39:09 +02:00

23 lines
522 B
JSON

{
"name": "bitHelpers",
"keywords": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded",
"description": "Arduino library with functions on bit level",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/bitHelpers.git"
},
"version": "0.1.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*"
}