Klasa ne radi

Dependencies:   TextLCD mbed

Fork of TipkovnicaZadnje by marko resetar

Revision:
1:290c6681a06a
Parent:
0:23662f0a15af
--- a/main.cpp	Thu Jan 11 09:33:35 2018 +0000
+++ b/main.cpp	Wed Jan 17 13:23:22 2018 +0000
@@ -27,21 +27,9 @@
 
 Ticker debounce;
 
-BusInOut stupci(p23, p22, p21);
 
-InterruptIn red1(p27);
-InterruptIn red2(p26);
-InterruptIn red3(p25);
-InterruptIn red4(p24);
 
-BusOut izlaz(LED1, LED2, LED3, LED4);
 
-volatile extern int row=0;
-volatile extern int col=0;
-volatile extern int key=0;
-volatile extern int step=0;
-volatile extern int code=0;
-volatile extern int pass_code=0;
 
 
 void enable_keys(){