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

Committer:
dcindric
Date:
Fri May 07 10:33:28 2021 +0000
Revision:
1:1b7ec94fe4ab
Parent:
0:2531c2b824f9
Konstukcijski Cindric

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dcindric 0:2531c2b824f9 1 #ifndef SVJETLA_H
dcindric 0:2531c2b824f9 2 #define SVJETLA_H
dcindric 0:2531c2b824f9 3 #include "mbed.h"
dcindric 0:2531c2b824f9 4
dcindric 0:2531c2b824f9 5 void semafor(void);
dcindric 0:2531c2b824f9 6
dcindric 0:2531c2b824f9 7 void stop(void);
dcindric 0:2531c2b824f9 8 void dopunsko(void);
dcindric 0:2531c2b824f9 9 void pripremi(void);
dcindric 0:2531c2b824f9 10 void kreni(void);
dcindric 0:2531c2b824f9 11 void uspori(void);
dcindric 0:2531c2b824f9 12 void kvar(void);
dcindric 0:2531c2b824f9 13
dcindric 0:2531c2b824f9 14 void funkcijaPjesaci(void);
dcindric 0:2531c2b824f9 15 void pjesaci(void);
dcindric 0:2531c2b824f9 16 void treperenje(void);
dcindric 0:2531c2b824f9 17
dcindric 0:2531c2b824f9 18 #endif