pozicija loptice

Committer:
atopcic
Date:
Mon Feb 22 08:25:01 2021 +0000
Revision:
0:7aa751de1e82
pozicija loptice;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atopcic 0:7aa751de1e82 1 #ifndef POZICIJALOPTICE_H
atopcic 0:7aa751de1e82 2 #define POZICIJALOPTICE_H
atopcic 0:7aa751de1e82 3 #include "mbed.h"
atopcic 0:7aa751de1e82 4 #include "Ispis.h"
atopcic 0:7aa751de1e82 5
atopcic 0:7aa751de1e82 6
atopcic 0:7aa751de1e82 7
atopcic 0:7aa751de1e82 8 extern int loptaUljevo,loptaGore,loptaX,loptaY,Igrac1rez,Igrac2rez;
atopcic 0:7aa751de1e82 9 extern Timer timer3;
atopcic 0:7aa751de1e82 10
atopcic 0:7aa751de1e82 11 void PozicijaLoptice (void);
atopcic 0:7aa751de1e82 12 #endif