GY-63_MS5611/libraries/MathHelpers/library.json
2024-01-04 12:33:09 +01:00

25 lines
557 B
JSON

{
"name": "MathHelpers",
"keywords": "Math, scientific, exponential, notation, clock, weeks, days, hours, minutes, hex, bin",
"description": "Library with representation function for Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.2",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/MathHelpers"
}
}