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

24 lines
497 B
JSON
Raw Normal View History

2021-05-26 06:09:27 -04:00
{
"name": "TCA9548",
2023-01-23 10:36:29 -05:00
"keywords": "TCA9548,TCA9548a,PCA9548,PCA9548a,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"
},
2023-02-12 08:15:22 -05:00
"version": "0.1.5",
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
}