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

24 lines
479 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "DEVRANDOM",
"keywords": "DEVRANDOM,random",
"description": "Arduino library to wrap a random generator in a stream.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DEVRANDOM.git"
},
2023-10-24 09:46:58 -04:00
"version": "0.2.2",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-24 09:46:58 -04:00
"frameworks": "*",
2021-12-15 13:48:19 -05:00
"platforms": "*",
"headers": "DEVRANDOM.h"
2021-01-29 06:31:58 -05:00
}