diff --git a/08-74HC595-Snake/README.md b/08-74HC595-Snake/README.md index b784549..c155730 100644 --- a/08-74HC595-Snake/README.md +++ b/08-74HC595-Snake/README.md @@ -1,8 +1,10 @@ # Breadboard +![breadboard](breadboard.png) + This project uses 3 74HC595 serial to parallel shift registers, a 7-segment display multi unit, an 8x8 LED matrix, an active buzzer, an NPN transistor, a joystick (later replaced with 4 buttons), a handful of resistors and a potentiometer to make a playable Snake game. -This was easily the most challenging project so far, taking me almost two weeks to get it working right. +This was easily the most challenging project so far, taking me almost two weeks to get it working right. I wound up having to break the project out across 4 separate breadboards. The breadboards look as gross in real life as it does in Fritzing. # Lessons Learned diff --git a/08-74HC595-Snake/breadboard.fzz b/08-74HC595-Snake/breadboard.fzz new file mode 100644 index 0000000..71fe654 Binary files /dev/null and b/08-74HC595-Snake/breadboard.fzz differ diff --git a/08-74HC595-Snake/breadboard.png b/08-74HC595-Snake/breadboard.png new file mode 100644 index 0000000..dff6c74 Binary files /dev/null and b/08-74HC595-Snake/breadboard.png differ