Alyson Castiblanco
/
NT_V2_2
Version mas reciente 2.0. Contiene manejo de joystick, interrupciones y mejoras de algunos bugs
figs.h@3:c9c3a56609f9, 2018-10-18 (annotated)
- Committer:
- acastiblancoc
- Date:
- Thu Oct 18 23:55:58 2018 +0000
- Revision:
- 3:c9c3a56609f9
codigo;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
acastiblancoc | 3:c9c3a56609f9 | 1 | #ifndef FIGS_H |
acastiblancoc | 3:c9c3a56609f9 | 2 | #define FIGS_H |
acastiblancoc | 3:c9c3a56609f9 | 3 | |
acastiblancoc | 3:c9c3a56609f9 | 4 | #include "mbed.h" |
acastiblancoc | 3:c9c3a56609f9 | 5 | |
acastiblancoc | 3:c9c3a56609f9 | 6 | #define PLANT_TYPE 1 |
acastiblancoc | 3:c9c3a56609f9 | 7 | |
acastiblancoc | 3:c9c3a56609f9 | 8 | 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 |
acastiblancoc | 3:c9c3a56609f9 | 9 | |
acastiblancoc | 3:c9c3a56609f9 | 10 | #endif |