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

24 lines
486 B
JSON
Raw Normal View History

2023-07-24 14:11:58 -04:00
{
"name": "ADG725",
"keywords": "ADG725,16,2, multiplexer, MUX",
"description": "Arduino library for ADG725 - 16 to 1 channel (2x) multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ADG725"
},
2023-10-16 10:00:24 -04:00
"version": "0.1.1",
2023-07-24 14:11:58 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ADG725.h"
}