GY-63_MS5611/libraries/dateTimeHelpers/library.json
2023-10-24 15:24:25 +02:00

24 lines
473 B
JSON

{
"name": "dateTimeHelpers",
"keywords": "",
"description": "Arduino library with date time helper functions.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/dateTimeHelpers.git"
},
"version":"0.1.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "dateTimeHelpers.h"
}