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

24 lines
452 B
JSON
Raw Normal View History

2023-01-26 06:34:18 -05:00
{
"name": "HC4052",
"keywords": "",
"description": "Arduino library for a HC4052 2x4 channel multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HC4052.git"
},
2024-04-03 14:22:17 -04:00
"version": "0.2.0",
2023-01-26 06:34:18 -05:00
"license": "MIT",
2023-11-04 09:20:20 -04:00
"frameworks": "*",
2023-01-26 06:34:18 -05:00
"platforms": "*",
"headers": "HC4052.h"
}