Klasa ne radi

Dependencies:   TextLCD mbed

Fork of TipkovnicaZadnje by marko resetar

Files at this revision

API Documentation at this revision

Comitter:
resetar
Date:
Wed Jan 17 13:23:22 2018 +0000
Parent:
0:23662f0a15af
Commit message:
Ne radi

Changed in this revision

KEY_PAD.lib Show annotated file Show diff for this revision Revisions of this file
key_pad.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KEY_PAD.lib	Wed Jan 17 13:23:22 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/resetar/code/key-pad/#e30bb8d3d806
--- a/key_pad.lib	Thu Jan 11 09:33:35 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/users/resetar/code/key-pad/#19f75d1f3ea2
--- 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(){