Selecciona los juegos

Dependencies:   mbed

vehiculos.h

Committer:
djinn77
Date:
2018-11-21
Revision:
5:1bee785cac7f

File content as of revision 5:1bee785cac7f:

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

uint16_t MICARRO[8]={0b00000000,
                     0b00000000,
                     0b00000101,
                     0b00001111,
                     0b00000101,
                     0b00000000,
                     0b00000000,
                     0b00000000};
 
 uint16_t CALLE[8]={ 0b11111111,
                     0b00000000,
                     0b00000000,
                     0b00000000,
                     0b00000000,
                     0b00000000,
                     0b00000000,
                     0b11111111}; 
                     
 uint16_t CR_DER[8]={0b00000000000,
                     0b01010000000,
                     0b11110000000,
                     0b01010000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000};
 
 uint16_t CR_IZQ[8]={0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b01010000000,
                     0b11110000000,
                     0b01010000000,
                     0b00000000000}; 
                     
 uint16_t CJ_IZQ[8]={0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b11110000000,
                     0b11110000000,
                     0b11110000000,
                     0b00000000000};
 
 uint16_t CJ_DER[8]={0b00000000000,
                     0b11110000000,
                     0b11110000000,
                     0b11110000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000,
                     0b00000000000}; 
                     
 uint16_t EQUIS[8]= {0b11111111,
                     0b11111111,
                     0b11111111,
                     0b11111111,
                     0b11111111,
                     0b11111111,
                     0b11111111,
                     0b11111111};                                                                                
                                                            
#endif //  VEHICULOS_H