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

24 lines
531 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "CountDown",
2020-11-27 05:10:47 -05:00
"keywords": "Count,down,stopwatch,timer,millis,micros,seconds,minutes",
"description": "Arduino library to implement a CountDown clock (in SW no HW).",
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:10:47 -05:00
"url": "https://github.com/RobTillaart/CountDown.git"
2016-12-17 14:53:18 -05:00
},
2022-10-30 14:56:11 -04:00
"version": "0.2.7",
2021-05-28 07:17:38 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-14 10:58:45 -05:00
"platforms": "*",
"headers": "CountDown.h"
2016-12-17 14:53:18 -05:00
}