Skip to content

Instantly share code, notes, and snippets.

View Linuxhombre's full-sized avatar

LinuxHombre Linuxhombre

View GitHub Profile
@Linuxhombre
Linuxhombre / shiftOutDisplay
Created July 20, 2017 04:06 — forked from benjjo/shiftOutDisplay
Shiftbit registers can be a little tricky to setup so I designed this simple Hello World code for doing just that. This example uses a 74HC595 Shift Register in conjunction with a common anode seven segment display. This code is designed to shift the "HIGH" value on the Shift Bit Register from Q0-Q7. This is achieved by sending the values 1,2,4,…
/*
********************************************************************
Name : shiftOutDisplay, Test code
Author : Benjo Charlie
Date : 13 Sept, 2013
Version : 1.0
Notes : Shiftbit registers can be a little tricky to setup so I
: designed this simple Hello World code for doing just that.
: This example uses a 74HC595 Shift Bit Register in conjunction
: with a common anode seven segment display.