Library za koristenje 7 Segmentnog Displaya

Committer:
karlo_tvz
Date:
Wed Dec 01 20:14:30 2021 +0000
Revision:
0:c8316543abdd
Library SegDisplay

Who changed what in which revision?

UserRevisionLine numberNew contents of line
karlo_tvz 0:c8316543abdd 1 #ifndef SEGDISPLAY_H
karlo_tvz 0:c8316543abdd 2 #define SEGDISPLAY_H
karlo_tvz 0:c8316543abdd 3 #include "mbed.h"
karlo_tvz 0:c8316543abdd 4 extern BusOut Seg1;
karlo_tvz 0:c8316543abdd 5 void SegInit(void);
karlo_tvz 0:c8316543abdd 6 char SegConvert(int SegValue);
karlo_tvz 0:c8316543abdd 7 #endif
karlo_tvz 0:c8316543abdd 8