Marko_Marinic_0246048959

Dependencies:   mbed SeeedShieldBot TextLCD BluetoothSerial

Committer:
mmarinic
Date:
Tue Jul 13 15:31:59 2021 +0000
Revision:
0:0b3b22a12941
Pamteni stubisni automat

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mmarinic 0:0b3b22a12941 1 #ifndef STANOVI_H
mmarinic 0:0b3b22a12941 2 #define STANOVI_H
mmarinic 0:0b3b22a12941 3 #include "mbed.h"
mmarinic 0:0b3b22a12941 4 extern BusOut Stanovi; // allow Seg to be manipulated by other files
mmarinic 0:0b3b22a12941 5 void StanoviInit(void); // function prototype
mmarinic 0:0b3b22a12941 6 int BrojStanova(int Broj); // function prototype
mmarinic 0:0b3b22a12941 7 int ObrnutoBrojStanova(int Broj);
mmarinic 0:0b3b22a12941 8 #endif