Simulacija rada semafora s 4 LED diode, 7 segmentog display-a, zvučnika, tipkala i potenciometra

Dependencies:   mbed

https://os.mbed.com/media/uploads/dcindric/picture1.png

Revision:
0:2531c2b824f9
Child:
1:1b7ec94fe4ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/segmentni.h	Thu May 06 18:55:48 2021 +0000
@@ -0,0 +1,8 @@
+// SegDisplay.h file for Exercise 24
+#ifndef SEGMENTNI_H
+#define SEGMENTNI_H
+#include "mbed.h"
+
+extern BusOut Seg; // allow Seg1 to be manipulated by other files
+void SegConvert(int SegValue); // function prototype
+#endif
\ No newline at end of file