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

24 lines
460 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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"
},
2022-11-14 13:10:33 -05:00
"version": "0.1.3",
2021-05-28 07:35:27 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "*",
2021-12-20 10:47:55 -05:00
"platforms": "*",
"headers": "Interval.h"
2021-01-29 06:31:58 -05:00
}