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

24 lines
508 B
JSON
Raw Normal View History

2018-01-28 09:34:55 -05:00
{
"name": "Troolean",
"keywords": "Troolean,numbers",
2022-11-26 10:50:57 -05:00
"description": "Arduino Library for a three state logic data type supporting {true false unknown}",
2018-01-28 09:34:55 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 05:33:55 -05:00
"url": "https://github.com/RobTillaart/Troolean.git"
2018-01-28 09:34:55 -05:00
},
2022-12-02 08:12:22 -05:00
"version": "0.1.7",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2018-01-28 09:34:55 -05:00
"frameworks": "arduino",
2021-12-29 07:05:17 -05:00
"platforms": "*",
"headers": "Troolean.h"
2018-01-28 09:34:55 -05:00
}