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