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

24 lines
490 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "Multiplex",
"keywords": "Multiplex, stream, print",
"description": "Arduino Library implementing a Print stream multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Multiplex"
},
2022-10-23 08:12:48 -04:00
"version": "0.2.5",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-22 06:37:31 -05:00
"platforms": "*",
"headers": "Multiplex.h"
2021-01-29 06:31:58 -05:00
}