Marko_Marinic_0246048959

Dependencies:   mbed SeeedShieldBot TextLCD BluetoothSerial

Revision:
0:0b3b22a12941
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Stanovi.h	Tue Jul 13 15:31:59 2021 +0000
@@ -0,0 +1,8 @@
+#ifndef STANOVI_H
+#define STANOVI_H
+#include "mbed.h"
+extern BusOut Stanovi; // allow Seg to be manipulated by other files
+void StanoviInit(void); // function prototype
+int BrojStanova(int Broj); // function prototype
+int ObrnutoBrojStanova(int Broj); 
+#endif
\ No newline at end of file