https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-an-arduino-uno
Interfacing A 7-Segment Display To An Arduino Uno Article Resources
https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-an-arduino-uno
7-segment-display 74ls47 arduino electronics programming
Last synced: 10 months ago
JSON representation
Interfacing A 7-Segment Display To An Arduino Uno Article Resources
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-an-arduino-uno
- Owner: WoolseyWorkshop
- License: mit
- Created: 2019-02-15T22:45:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T20:57:45.000Z (over 4 years ago)
- Last Synced: 2024-12-29T22:32:51.251Z (12 months ago)
- Topics: 7-segment-display, 74ls47, arduino, electronics, programming
- Language: C++
- Homepage: https://www.woolseyworkshop.com/2019/02/15/interfacing-a-7-segment-display-to-an-arduino-uno/
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interfacing A 7-Segment Display To An Arduino Uno Article Resources
This repository contains resources related to the [Interfacing A 7-Segment Display To An Arduino Uno](https://www.woolseyworkshop.com/2019/02/15/interfacing-a-7-segment-display-to-an-arduino-uno/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).
## [BCD7SegmentDisplay](BCD7SegmentDisplay)
A sketch program that implements a counter that is displayed on a common anode 7-segment display driven through a BCD To 7-Segment Decoder/Driver (74LS47) IC.
## [ArduinoUno_BCD7SegmentDisplay](ArduinoUno_BCD7SegmentDisplay)
A KiCad project schematic for interfacing an Arduino Uno to a 7-segment display using a 74LS47 IC.
