Brainwagon/clock8 - GitHub

Skip to content Dismiss alert {{ message }} / clock8 Public
  • Notifications You must be signed in to change notification settings
  • Fork 2
  • Star 3

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.

3 stars 2 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options brainwagon/clock8  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

3 Commits
srcsrc  
README.mdREADME.md  
platformio.iniplatformio.ini  
View all files

Repository files navigation

  • README
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

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

3 stars

Watchers

2 watching

Forks

2 forks Report repository

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%
You can’t perform that action at this time.

Tag » Arduino 74hc595 7 Segment 8 Digit