24 lines
452 B
JSON
Raw Normal View History

2023-01-26 13:13:41 +01:00
{
"name": "HC4053",
"keywords": "",
"description": "Arduino library for a HC4053 3x2 channel multiplexer.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HC4053.git"
},
2023-11-04 14:19:51 +01:00
"version": "0.1.1",
2023-01-26 13:13:41 +01:00
"license": "MIT",
2023-11-04 14:19:51 +01:00
"frameworks": "*",
2023-01-26 13:13:41 +01:00
"platforms": "*",
"headers": "HC4053.h"
}