Nadzor opterećenja

https://os.mbed.com/media/uploads/nikolarp/shema_fb_thumb.jpg

Revision:
0:b6c8e3914720
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Mon Apr 05 14:12:46 2021 +0000
@@ -0,0 +1,10 @@
+#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
+
+
+