24 lines
552 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01: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"
},
2023-10-18 16:28:52 +02:00
"version": "0.1.11",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "*",
2021-12-14 11:51:15 +01:00
"platforms": "*",
"headers": "bitHelpers.h"
2021-01-29 12:31:58 +01:00
}