GY-63_MS5611/libraries/Interval/library.json
2021-12-20 16:47:55 +01:00

24 lines
460 B
JSON

{
"name": "Interval",
"keywords": "Interval, range, value",
"description": "Arduino library for Interval datatype",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Interval"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Interval.h"
}