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

23 lines
545 B
JSON
Raw Normal View History

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"
},
2021-05-28 07:47:03 -04:00
"version": "0.2.2",
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}