prekid tipkalom

Committer:
atopcic
Date:
Mon Feb 22 08:25:18 2021 +0000
Revision:
0:11c592a697fb
prekid tipkalom

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atopcic 0:11c592a697fb 1 #ifndef RESET_POLJA_H
atopcic 0:11c592a697fb 2 #define RESET_POLJA_H
atopcic 0:11c592a697fb 3 #include "mbed.h"
atopcic 0:11c592a697fb 4
atopcic 0:11c592a697fb 5 extern Timer debounce;
atopcic 0:11c592a697fb 6 extern int StartStop;
atopcic 0:11c592a697fb 7 extern InterruptIn button;
atopcic 0:11c592a697fb 8 void Interupt (void);
atopcic 0:11c592a697fb 9 #endif
atopcic 0:11c592a697fb 10