TVZ2020 / Mbed 2 deprecated Konstrukcijski_Cindric

Dependencies:   mbed

Committer:
dcindric
Date:
Thu May 06 18:55:48 2021 +0000
Revision:
0:2531c2b824f9
Child:
1:1b7ec94fe4ab
Konstukcijski Cindric

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dcindric 0:2531c2b824f9 1 // SegDisplay.h file for Exercise 24
dcindric 0:2531c2b824f9 2 #ifndef SEGMENTNI_H
dcindric 0:2531c2b824f9 3 #define SEGMENTNI_H
dcindric 0:2531c2b824f9 4 #include "mbed.h"
dcindric 0:2531c2b824f9 5
dcindric 0:2531c2b824f9 6 extern BusOut Seg; // allow Seg1 to be manipulated by other files
dcindric 0:2531c2b824f9 7 void SegConvert(int SegValue); // function prototype
dcindric 0:2531c2b824f9 8 #endif