GY-63_MS5611/libraries/bitHelpers/library.json

24 lines
552 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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"
},
2024-04-09 10:49:37 -04:00
"version": "0.1.12",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "*",
2021-12-14 05:51:15 -05:00
"platforms": "*",
"headers": "bitHelpers.h"
2021-01-29 06:31:58 -05:00
}