24 lines
452 B
JSON
Raw Normal View History

2023-01-26 12:34:18 +01: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"
},
2023-11-04 14:20:20 +01:00
"version": "0.1.1",
2023-01-26 12:34:18 +01:00
"license": "MIT",
2023-11-04 14:20:20 +01:00
"frameworks": "*",
2023-01-26 12:34:18 +01:00
"platforms": "*",
"headers": "HC4052.h"
}