GY-63_MS5611/libraries/WaterMix/library.json
2023-11-23 14:25:18 +01:00

24 lines
517 B
JSON

{
"name": "WaterMix",
"keywords": "water, mix, liters, temperature, LiquidMix, density",
"description": "Arduino library for mixing water with different temperatures.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/WaterMix.git"
},
"version": "0.1.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "WaterMix.h"
}