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

24 lines
475 B
JSON
Raw Normal View History

{
"name": "HT16K33",
2020-07-17 06:34:54 -04: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 06:34:54 -04:00
"url": "https://github.com/RobTillaart/HT16K33.git"
},
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"
}