24 lines
491 B
JSON
Raw Normal View History

2023-09-14 21:35:55 +02:00
{
"name": "PulseDivider",
"keywords": "Pulse In, Out",
2023-11-16 20:02:47 +01:00
"description": "Arduino library to divide a pulse stream with a float factor.",
2023-09-14 21:35:55 +02:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PulseDivider.git"
},
2023-11-16 20:02:47 +01:00
"version": "0.1.2",
2023-09-14 21:35:55 +02:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PulseDivider.h"
}