GY-63_MS5611/libraries/fast_math/library.json
2023-10-29 12:02:03 +01:00

24 lines
478 B
JSON

{
"name": "fast_math",
"keywords": "divmod10,bcd2dec,dec2bcd,ping",
"description": "Arduino library for fast math algorithms.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/fast_math.git"
},
"version": "0.2.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "fast_math.h"
}