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

24 lines
481 B
JSON
Raw Normal View History

2023-07-25 14:54:26 -04:00
{
"name": "ADG732",
"keywords": "ADG732,32,1, multiplexer, MUX",
"description": "Arduino library for ADG732 - 32 to 1 channel multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ADG732"
},
2023-10-16 10:04:33 -04:00
"version": "0.1.1",
2023-07-25 14:54:26 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ADG732.h"
}