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

24 lines
499 B
JSON
Raw Normal View History

2023-12-02 09:39:49 -05:00
{
"name": "NeumannCorrector",
"keywords": "",
"description": "Arduino library for a NeumannCorrector. (randomizing streams of bits).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/NeumannCorrector.git"
},
2023-12-02 10:17:42 -05:00
"version": "0.1.1",
2023-12-02 09:39:49 -05:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "NeumannCorrector.h"
}