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
|
|
|
},
|
2023-03-14 12:30:31 -04:00
|
|
|
"version": "0.3.1",
|
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
|
|
|
}
|