GY-63_MS5611/libraries/CountDown/library.json
2018-01-07 19:13:07 +01:00

25 lines
523 B
JSON

{
"name": "CountDown",
"keywords": "Count down stopwatch timer, MILLIS, MICROS, SECONDS",
"description": "Library to implement a CountDown clock (in SW no HW).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.2",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/CountDown"
}
}