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

24 lines
569 B
JSON
Raw Normal View History

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