Library za koristenje 7 Segmentnog Displaya

Revision:
2:e832b0651b17
Parent:
1:fc20df0d22b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SegDisplay.h	Thu Feb 24 18:36:05 2022 +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