24 lines
482 B
JSON
Raw Normal View History

2021-06-03 09:31:17 +02:00
{
"name": "MAX14661",
"keywords": "I2C, multiplexer",
"description": "Arduino library for MAX14661 16 channel I2C multiplexer",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MAX14661.git"
},
2023-02-25 16:29:54 +01:00
"version": "0.1.4",
2021-06-03 09:31:17 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-21 13:06:15 +01:00
"platforms": "*",
"headers": "MAX14661.h"
2021-06-03 09:31:17 +02:00
}