Skip to content

Instantly share code, notes, and snippets.

View jfl209's full-sized avatar

Jon L jfl209

  • Remote
View GitHub Profile
int digitToDisplay = 1234;
int latchPin = 1;
int clockPin = 3;
int dataPin = 0;
int digits[4][2] = {
{ B11111110, B01011111 },
{ B11110111, B01011111 },