Datos SPI letra b

Dependencies:   mbed

Fork of 00_LAB_matrix8x8_SPI by ferney alberto beltran molina

Piezas.h

Committer:
djinn77
Date:
2018-11-16
Revision:
13:3c9081c62a99
Parent:
12:9397a2bdfd28

File content as of revision 13:3c9081c62a99:

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

 uint16_t FIG_CI[8]={0b01100000,
                     0b01000000,
                     0b01000000,
                     0,0,0,0,0};      
 uint16_t FIG_CD[8]={0b00000000,
                     0b11100000,
                     0b10000000,
                     0,0,0,0,0};                     
                                   
 
 uint16_t FIG_NULL[11]={0,0,0,0,0,0,0,0,0,0,0};
 
#endif //  PIEZAS_H