GY-63_MS5611/libraries/Troolean/library.json
2021-01-29 12:31:58 +01:00

22 lines
459 B
JSON

{
"name": "Troolean",
"keywords": "Troolean,numbers",
"description": "Arduino Library for a three state logic datatype supporting {true false unknown}",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Troolean.git"
},
"version":"0.1.4",
"frameworks": "arduino",
"platforms": "*"
}