Library za koristenje 7 Segmentnog Displaya

Committer:
ivanz
Date:
Thu Feb 24 18:36:05 2022 +0000
Revision:
2:e832b0651b17
Parent:
7_seg_display.h@1:fc20df0d22b7
Promjene u main.cpp

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