24 lines
515 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "PulsePattern",
2020-11-27 11:28:57 +01:00
"keywords": "Pulse, pattern, repeat",
"description": "Library to generate repeating pulse patterns. (uses timer1) AVR only",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-11-27 11:28:57 +01:00
"url": "https://github.com/RobTillaart/PulsePattern.git"
2016-12-17 20:53:18 +01:00
},
2022-11-22 17:20:26 +01:00
"version": "0.1.6",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2021-12-24 15:10:06 +01:00
"platforms": "avr",
"headers": "PulsePattern.h"
2016-12-17 20:53:18 +01:00
}