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

24 lines
454 B
JSON
Raw Permalink Normal View History

2023-01-26 06:34:18 -05:00
{
"name": "HC4052",
"keywords": "",
2024-05-28 15:37:41 -04:00
"description": "Arduino library for a HC4052 2 x 4 channel multiplexer.",
2023-01-26 06:34:18 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HC4052.git"
},
2024-05-28 15:37:41 -04:00
"version": "0.2.1",
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"
}