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

24 lines
484 B
JSON
Raw Normal View History

2022-12-24 06:14:49 -05:00
{
"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"
},
2022-12-26 04:01:34 -05:00
"version": "0.2.1",
2022-12-24 06:14:49 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "fast_math.h"
}