2021-01-29 06:31:58 -05:00
|
|
|
{
|
|
|
|
"name": "timing",
|
|
|
|
"keywords": "seconds, milliSeconds, microSeconds, now, reset, zero",
|
|
|
|
"description": "Arduino library with wrapper classes for seconds millis micros. These wrappers allow to reset the value of the time.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/timing"
|
|
|
|
},
|
2022-11-26 08:28:31 -05:00
|
|
|
"version": "0.2.4",
|
2021-05-28 07:47:03 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-29 05:16:45 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "timing.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|