Testing Linija

Dependencies:   JoystickLinija IRremote mbed Tipkalo UniServ_linijapogona umotor_linijapogona

Revision:
2:9d19b20a60a9
Parent:
0:4cac97044e74
--- a/tipkalo.h	Sun Jan 29 23:23:10 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-#ifndef TIPKALO_H
-#define TIPKALO_H
-
-#define t_milisec_pritisnut = 200;
-
-typedef enum {
-    TDOLJE = 1, TGORE = 0, TNEZNAM = -1
-};
-
-typedef struct t_status {
-    int radim;                // tukljucen ili tiskljucen
-    int pritisnut;
-} t_status;
-
-
-//---------------TIPKALO------------------//
-class Tipkalo {
-    public:
-        Tipkalo(PinName T);
-        t_status tDolje();
-    private:
-        InterruptIn _T;
-        int _countT;
-};
-
-//-----------TIPKALO JOYSTICK-------------//
-// To je zapravo TIPKALO
-
-#endif /* TIPKALO_H */
\ No newline at end of file