Ispis polja
Ispis.h@0:ccb8b3997ba7, 2021-02-22 (annotated)
- Committer:
- atopcic
- Date:
- Mon Feb 22 08:22:50 2021 +0000
- Revision:
- 0:ccb8b3997ba7
datoteke
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
atopcic | 0:ccb8b3997ba7 | 1 | #ifndef ISPIS_H |
atopcic | 0:ccb8b3997ba7 | 2 | #define ISPIS_H |
atopcic | 0:ccb8b3997ba7 | 3 | #include "mbed.h" |
atopcic | 0:ccb8b3997ba7 | 4 | |
atopcic | 0:ccb8b3997ba7 | 5 | extern int polje[8][8]; |
atopcic | 0:ccb8b3997ba7 | 6 | extern DigitalOut L15; |
atopcic | 0:ccb8b3997ba7 | 7 | extern DigitalOut L14; |
atopcic | 0:ccb8b3997ba7 | 8 | extern DigitalOut L13; |
atopcic | 0:ccb8b3997ba7 | 9 | extern DigitalOut L12; |
atopcic | 0:ccb8b3997ba7 | 10 | extern DigitalOut L11; |
atopcic | 0:ccb8b3997ba7 | 11 | extern DigitalOut L10; |
atopcic | 0:ccb8b3997ba7 | 12 | extern DigitalOut L9; |
atopcic | 0:ccb8b3997ba7 | 13 | extern DigitalOut L8; |
atopcic | 0:ccb8b3997ba7 | 14 | extern DigitalOut G3; |
atopcic | 0:ccb8b3997ba7 | 15 | extern DigitalOut G2; |
atopcic | 0:ccb8b3997ba7 | 16 | extern DigitalOut G1; |
atopcic | 0:ccb8b3997ba7 | 17 | |
atopcic | 0:ccb8b3997ba7 | 18 | extern Timer timer1; |
atopcic | 0:ccb8b3997ba7 | 19 | extern int vrijednost, trenutniStupac; |
atopcic | 0:ccb8b3997ba7 | 20 | |
atopcic | 0:ccb8b3997ba7 | 21 | void ispis(void); |
atopcic | 0:ccb8b3997ba7 | 22 | #endif |