GY-63_MS5611/libraries/DEVRANDOM/library.json
2021-05-28 14:16:25 +02:00

23 lines
457 B
JSON

{
"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"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}