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:
1:1b7ec94fe4ab
Parent:
0:2531c2b824f9
--- a/segmentni.h	Thu May 06 18:55:48 2021 +0000
+++ b/segmentni.h	Fri May 07 10:33:28 2021 +0000
@@ -3,6 +3,7 @@
 #define SEGMENTNI_H
 #include "mbed.h"
 
-extern BusOut Seg; // allow Seg1 to be manipulated by other files
-void SegConvert(int SegValue); // function prototype
+extern BusOut Seg; 
+void SegConvert(int SegValue);
+
 #endif
\ No newline at end of file