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

24 lines
481 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"
},
2022-11-20 04:12:01 -05:00
"version": "0.3.7",
2021-05-26 09:01:19 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-19 09:24:23 -05:00
"platforms": "*",
"headers": "HT16K33.h"
}