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

24 lines
480 B
JSON
Raw Normal View History

2021-05-26 06:09:27 -04:00
{
"name": "TCA9548",
2021-12-28 11:25:47 -05:00
"keywords": "TCA9548,TCA9548a,I2C,multiplexer",
2021-05-26 06:09:27 -04:00
"description": "Arduino Library for TCA9548 I2C multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/TCA9548"
},
2022-11-26 07:02:08 -05:00
"version": "0.1.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-05-26 06:09:27 -04:00
"frameworks": "arduino",
2021-11-19 07:21:54 -05:00
"platforms": "*",
"headers": "TCA9548.h"
2021-05-26 06:09:27 -04:00
}