Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AbhishekGhosh/TM1637-Clock-Arduino
Get a 24 hrs clock with only Arduino and TM1637 LED display. This is not real time.
https://github.com/AbhishekGhosh/TM1637-Clock-Arduino
abhishekghosh arduino arduino-uno clock tm1637
Last synced: 3 months ago
JSON representation
Get a 24 hrs clock with only Arduino and TM1637 LED display. This is not real time.
- Host: GitHub
- URL: https://github.com/AbhishekGhosh/TM1637-Clock-Arduino
- Owner: AbhishekGhosh
- License: gpl-3.0
- Created: 2017-03-13T15:56:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T18:05:01.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T15:08:18.004Z (6 months ago)
- Topics: abhishekghosh, arduino, arduino-uno, clock, tm1637
- Language: Arduino
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TM1637 I/0 Clock
Get a 24 hrs clock with only Arduino and TM1637 LED display. This is not real time.
Connecting TM1637 to Arduino:
````
Arduino TM1637 display
PIN #7 ------------------ CLK
PIN #8 ------------------ DIO
3.3V ------------------ VCC
GND ------------------ GND````