An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Woolsey Workshop

# 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.