Skip to content

Arduino code to drive an 8 digit, 7 segment LED display that is driven by a pair of chained 74HC595 shift registers. Includes code which uses direct PORT access to limit the time spent in interrupt routines.

Notifications You must be signed in to change notification settings

brainwagon/clock8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

clock8

Arduino code to drive an 8 digit, 7 segment LED display that is driven by a pair of chained 74HC595 shift registers. Includes code which uses direct PORT access to limit the time spent in interrupt routines.

Rather than using the conventional Arduino IDE to build sketches, I like using the platformio system. If you don't, you can just load the clock8.ino file into the Arduino IDE. You'll also need the TimerOne library to make this work.

About

Arduino code to drive an 8 digit, 7 segment LED display that is driven by a pair of chained 74HC595 shift registers. Includes code which uses direct PORT access to limit the time spent in interrupt routines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%