GY-63_MS5611/libraries/Prandom/library.json
2023-11-16 10:34:37 +01:00

24 lines
502 B
JSON

{
"name": "Prandom",
"keywords": "random,normal,distribution",
"description": "Arduino library for random number generation with Python random interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Prandom.git"
},
"version": "0.1.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Prandom.h"
}