library za ispis na 3 7-segmentna displaya

Revision:
0:67e3f0464683
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trostrukiSedamSeg.h	Thu Dec 02 18:41:08 2021 +0000
@@ -0,0 +1,18 @@
+#ifndef TROSTRUKISEDAMSEG_H
+#define TROSTRUKISEDAMSEG_H
+#include "mbed.h"
+
+class SedamSeg
+{
+private:
+    BusOut Seg;
+    BusOut Mosfets; 
+    int counter;
+    char c;
+
+public:
+    SedamSeg();     
+    void displaySeg(char*);
+};
+
+#endif 
\ No newline at end of file