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
|
|
|
}
|