Skip to content

Instantly share code, notes, and snippets.

@boxalljohn
Last active December 19, 2015 18:18
Show Gist options
  • Select an option

  • Save boxalljohn/5997436 to your computer and use it in GitHub Desktop.

Select an option

Save boxalljohn/5997436 to your computer and use it in GitHub Desktop.
digitalWrite(latchpin, LOW);
shiftOut(datapin, clockpin, MSBFIRST,102);
digitalWrite(latchpin, HIGH);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment