Alyson Castiblanco
/
NEW_TETRIS
Version 2 tetris
Fork of Nucleo_pwm3 by
Diff: figs.h
- Revision:
- 1:b8818726b16f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/figs.h Sun Oct 21 00:28:09 2018 +0000 @@ -0,0 +1,10 @@ +#ifndef FIGS_H +#define FIGS_H + +#include "mbed.h" + +#define PLANT_TYPE 1 + + 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 + +#endif \ No newline at end of file