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

24 lines
488 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "weight",
2021-12-29 09:51:56 -05:00
"keywords": "weight,conversion,kilo,gram,stone,lbs,ounce,pound",
2021-01-29 06:31:58 -05:00
"description": "Library of weight conversion functions",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/weight"
},
2021-12-29 09:51:56 -05:00
"version": "0.1.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-29 09:51:56 -05:00
"platforms": "*",
"headers": "weight.h"
2021-01-29 06:31:58 -05:00
}