restart cijelog polja

Committer:
atopcic
Date:
Mon Feb 22 08:25:32 2021 +0000
Revision:
0:940bc7e11621
restart cijelog polja;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atopcic 0:940bc7e11621 1 #ifndef RESET_POLJA_H
atopcic 0:940bc7e11621 2 #define RESET_POLJA_H
atopcic 0:940bc7e11621 3 #include "mbed.h"
atopcic 0:940bc7e11621 4
atopcic 0:940bc7e11621 5 extern int polje[8][8];
atopcic 0:940bc7e11621 6
atopcic 0:940bc7e11621 7 void PozicijaLoptice (void);
atopcic 0:940bc7e11621 8 #endif