GY-63_MS5611/libraries/PulsePattern/library.json
2018-01-09 00:11:37 +01:00

25 lines
507 B
JSON

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