cristhian david santos oggonei
/
recoge_manzanas_presentacion
juego 2 presentación
Diff: moggo.h
- Revision:
- 0:2dabb9782f24
diff -r 000000000000 -r 2dabb9782f24 moggo.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/moggo.h Fri Nov 09 12:49:54 2018 +0000 @@ -0,0 +1,10 @@ +#ifndef MOGGO_H +#define MOGGO_H + +#include "mbed.h" + +#define ALL_TYPE 1 + + uint8_t FIG_ALL[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 // MOGGO_H \ No newline at end of file