24 lines
475 B
JSON
Raw Normal View History

{
"name": "HT16K33",
2020-07-17 12:34:54 +02:00
"keywords": "HT16K33, 7 segment, I2C",
"description": "Arduino Library for HT16K33 I2C 4x7segment display",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-07-17 12:34:54 +02:00
"url": "https://github.com/RobTillaart/HT16K33.git"
},
2023-09-22 20:50:13 +02:00
"version": "0.3.9",
2021-05-26 15:01:19 +02:00
"license": "MIT",
2023-09-22 20:50:13 +02:00
"frameworks": "*",
2021-12-19 15:24:23 +01:00
"platforms": "*",
"headers": "HT16K33.h"
}