We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c74f6 commit 3a12012Copy full SHA for 3a12012
README.md
@@ -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