Arduino library for the 6 digit TM1637 based segment displays
Wiring:
Arduino Uno ------- 7-Segment module
===================================
5V ---------------------> VCC
GND ---------------------> GND
Digital Pin 3 -----------> DIO
Digital Pin 2 -----------> CLK
- Download this library (Clone or Download --> Download ZIP)
- Extract the downloaded zipped library
- Put the library folder in the Arduino libraries folder on your computer (for Windows: C:\Users\USERNAME\Documents\Arduino)
- Open the Arduino IDE(or restart the Arduino IDE)
- Go to examples and you'll find the name of the folder(TM1637_6D-master probably) along with the examples
- Have fun!