TVZ2020 / Mbed OS Semafor_odbrojavanje
Revision:
0:691f916fe587
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Sun May 02 16:25:11 2021 +0000
@@ -0,0 +1,7 @@
+#ifndef SEGDISPLAY_H
+#define SEGDISPLAY_H
+#include "mbed.h"
+extern BusOut Seg1; //dopušta Seg1 da bude korišten i manipuliran od strane drugih datoteka
+void SegInit(void); 
+char SegConvert(int SegValue); 
+#endif
\ No newline at end of file