24 lines
480 B
JSON
Raw Normal View History

2021-05-26 12:09:27 +02:00
{
"name": "TCA9548",
2021-12-28 17:25:47 +01:00
"keywords": "TCA9548,TCA9548a,I2C,multiplexer",
2021-05-26 12:09:27 +02: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"
},
2021-12-28 17:25:47 +01:00
"version": "0.1.2",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-05-26 12:09:27 +02:00
"frameworks": "arduino",
2021-11-19 13:21:54 +01:00
"platforms": "*",
"headers": "TCA9548.h"
2021-05-26 12:09:27 +02:00
}