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

24 lines
498 B
JSON
Raw Normal View History

2022-10-14 14:14:47 -04:00
{
"name": "PERIPUMP",
"keywords": "peristaltic, pump, DFR0523",
"description": "Arduino library for peristaltic pump DFR0523 and compatibles.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PERIPUMP.git"
},
2022-10-15 09:38:12 -04:00
"version": "0.1.1",
2022-10-14 14:14:47 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PERIPUMP.h"
}