GY-63_MS5611/libraries/fast_math/library.json
2022-12-26 10:01:34 +01:00

24 lines
484 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.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "fast_math.h"
}