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

24 lines
515 B
JSON
Raw Normal View History

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