GY-63_MS5611/libraries/weight/library.json
2022-12-05 20:23:09 +01:00

24 lines
488 B
JSON

{
"name": "weight",
"keywords": "weight,conversion,kilo,gram,stone,lbs,ounce,pound",
"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"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "weight.h"
}