prekid tipkalom

Interupt.h

Committer:
atopcic
Date:
2021-02-22
Revision:
0:11c592a697fb

File content as of revision 0:11c592a697fb:

#ifndef RESET_POLJA_H
#define RESET_POLJA_H
#include "mbed.h"

extern Timer debounce;
extern int StartStop;
extern InterruptIn button;
 void Interupt (void);
 #endif