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

24 lines
524 B
JSON
Raw Normal View History

2023-08-29 14:31:48 -04:00
{
"name": "VolumeConverter",
"keywords": "liter,ton,barrel,gallon,quart,pint,cup,tablespoon,teaspoon",
"description": "Arduino library to convert volume units.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/VolumeConverter.git"
},
"version": "0.1.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "VolumeConverter.h"
}