Alyson Castiblanco
/
NEW_TETRIS
Version 2 tetris
Fork of Nucleo_pwm3 by
figs.h@1:b8818726b16f, 2018-10-21 (annotated)
- Committer:
- acastiblancoc
- Date:
- Sun Oct 21 00:28:09 2018 +0000
- Revision:
- 1:b8818726b16f
Codigo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
acastiblancoc | 1:b8818726b16f | 1 | #ifndef FIGS_H |
acastiblancoc | 1:b8818726b16f | 2 | #define FIGS_H |
acastiblancoc | 1:b8818726b16f | 3 | |
acastiblancoc | 1:b8818726b16f | 4 | #include "mbed.h" |
acastiblancoc | 1:b8818726b16f | 5 | |
acastiblancoc | 1:b8818726b16f | 6 | #define PLANT_TYPE 1 |
acastiblancoc | 1:b8818726b16f | 7 | |
acastiblancoc | 1:b8818726b16f | 8 | uint8_t PLANT[7]={0b10000000,0b11000000,0b11100000,0b01000000,0b01100000,0,0b00100000};//FIG_C[0]=1; FIG_C[1]=11; FIG_C[2]=111; FIG_C[3]=01; FIG_C[4]=011 |
acastiblancoc | 1:b8818726b16f | 9 | |
acastiblancoc | 1:b8818726b16f | 10 | #endif |