Library za koristenje 7 Segmentnog Displaya

Revision:
0:c8316543abdd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Wed Dec 01 20:14:30 2021 +0000
@@ -0,0 +1,8 @@
+#ifndef SEGDISPLAY_H
+#define SEGDISPLAY_H
+#include "mbed.h"
+extern BusOut Seg1; 
+void SegInit(void); 
+char SegConvert(int SegValue); 
+#endif
+      
\ No newline at end of file