-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
207a97b
commit 39175fa
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name=Grove 4-Digit Display | ||
version=1.0.0 | ||
author=Seeed Studio | ||
maintainer=Seeed Studio <techsupport@seeed.cc> | ||
sentence=Arduino library to control Grove_4Digital_Display TM1637. | ||
paragraph=4 digit display module is usually a 12 pin module. In this Grove gadget, we utilize a TM1637 to scale down the controlling pins into 2 Grove pins. It only takes 2 digital pins of Arduino or Seeeduino to control the content, even the luminance of this display. For projects that require of alpha-numeric display, this can be a nice choice. | ||
category=Sensors | ||
url=https://github.com/Seeed-Studio/Grove_4Digital_Display | ||
architectures=* | ||
includes=TM1637.h |