2021-04-25 13:56:44 -04:00
|
|
|
{
|
|
|
|
"name": "TM1637_RT",
|
2021-12-29 06:48:28 -05:00
|
|
|
"keywords": "TM1637, display",
|
2021-04-25 13:56:44 -04:00
|
|
|
"description": "TM1637 Library for Arduino.\nFor 6 digit 7 segment display.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/TM1637_RT"
|
|
|
|
},
|
2023-07-18 09:38:19 -04:00
|
|
|
"version": "0.3.8",
|
2021-04-25 13:56:44 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2021-12-29 06:48:28 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "TM1637.h"
|
2021-04-25 13:56:44 -04:00
|
|
|
}
|