prekid tipkalom

Revision:
0:11c592a697fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Interupt.h	Mon Feb 22 08:25:18 2021 +0000
@@ -0,0 +1,10 @@
+#ifndef RESET_POLJA_H
+#define RESET_POLJA_H
+#include "mbed.h"
+
+extern Timer debounce;
+extern int StartStop;
+extern InterruptIn button;
+ void Interupt (void);
+ #endif 
+