A game designed for 8051 series single chips where player try to stack flat platforms as high as possible.
| Port | Device | Abbreviation | Remarks |
|---|---|---|---|
| P0(C), P2(R) | 8 * 8 dot matrix LED display | dotm |
Common cathode |
| P1 | Seven-segment display | ssd |
Common cathode |
| P3.4 | Speaker | sp |
|
| P3.2 | Main Push button | btn |
| P1.0 | P1.1 | P1.2 | P1.3 | P1.4 | P1.5 | P1.6 | P1.7 |
|---|---|---|---|---|---|---|---|
| A | B | C | D | E | F | G | SEL |
- SEL
L: data is sent to
ssd0H: data is sent tossd1
To light up a LED in position (x, y):
- Clear R[y] (=0)
- Set C[x] (=1)
inc/: where .h files should be.src/: where .c files should be.tests/: simple program for testing each device.PowerPoint/: Used to report on stage