GY-63_MS5611/libraries/PulseDivider/library.json
2023-11-16 20:02:47 +01:00

24 lines
491 B
JSON

{
"name": "PulseDivider",
"keywords": "Pulse In, Out",
"description": "Arduino library to divide a pulse stream with a float factor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PulseDivider.git"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PulseDivider.h"
}