2021-01-29 12:31:58 +01:00

22 lines
463 B
JSON

{
"name": "PulsePattern",
"keywords": "Pulse, pattern, repeat",
"description": "Library to generate repeating pulse patterns. (uses timer1) AVR only",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PulsePattern.git"
},
"version":"0.1.3",
"frameworks": "arduino",
"platforms": "avr"
}