Selecciona los juegos

Dependencies:   mbed

avenidas.h

Committer:
djinn77
Date:
2018-11-21
Revision:
5:1bee785cac7f
Parent:
0:6f394b1e3cf7

File content as of revision 5:1bee785cac7f:

#ifndef AVENIDAS_H  
#define AVENIDAS_H  
#include "mbed.h"

  uint16_t UNO[8]= {0b00000000,
                    0b00000000,
                    0b00000010,
                    0b01111110,
                    0b00100010,
                    0b00000000,
                    0b00000000,
                    0b00000000};

  uint16_t DOS[8]= {0b00000000,
                    0b00000000,
                    0b01100010,
                    0b01010010,
                    0b01001010,
                    0b01100110,
                    0b00000000,
                    0b00000000};
                    
  uint16_t TRES[8]={0b00000000,
                    0b00000000,
                    0b01101110,
                    0b01011010,
                    0b01001010,
                    0b01001010,
                    0b00000000,
                    0b00000000};
                    
                    
 uint16_t SELEC[8]={0b00000000,
                    0b00000000,
                    0b01111110,
                    0b01000010,
                    0b01000010,
                    0b01111110,
                    0b00000000,
                    0b00000000};
  
 uint16_t player[8]={0,0,0,0x01,0,0,0,0};
 
 uint16_t AV_1[8]= {0b00000000,
                    0b00100010,
                    0b00101010,
                    0b00001000,
                    0b00000000,
                    0b00100010,
                    0b00101010,
                    0b00001000};
 uint16_t puntos[8]={0};
                                                                     

#endif //  AVENIDAS_H