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

24 lines
485 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"
},
2022-07-03 14:27:42 -04:00
"version": "0.2.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-15 13:48:19 -05:00
"platforms": "*",
"headers": "DEVRANDOM.h"
2021-01-29 06:31:58 -05:00
}