Skip to content

Commit 3a12012

Browse files
committed
Create README.md
1 parent 34c74f6 commit 3a12012

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# arduino-tetris
2+
3+
https://www.youtube.com/watch?v=OyGsXNQo1mc
4+
5+
Author: Jae Yeong Bae
6+
UBC ECE
7+
jocker.tistory.com
8+
Date: Jan.18.2013
9+
File: Tetris v2
10+
Changelog:
11+
v2: displays score at gameover
12+
13+
Purpose:
14+
killing time.. + for fun
15+
16+
Circuits+Pins:
17+
Led Matrix:
18+
2 74HC575 Shift Registers in order: Green,Blue,Red
19+
pins: Latch = 3
20+
Clock = 2
21+
Data = 4
22+
Row Anodes = 5 to 13 (8pins) shared between both matrix
23+
buttons (as digital):
24+
A4 = left
25+
A5 = down
26+
A6 = right
27+
A7 = up (rotate)
28+
29+
Comment:
30+
This is my second Arduino Project.
31+
Code may be messy and inefficient.
32+
References from Arduino Library and datasheets.

0 commit comments

Comments
 (0)