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

segmentni.h

Committer:
dcindric
Date:
2021-05-06
Revision:
0:2531c2b824f9
Child:
1:1b7ec94fe4ab

File content as of revision 0:2531c2b824f9:

// 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