Library za koristenje 7 Segmentnog Displaya

SegDisplay.h

Committer:
karlo_tvz
Date:
2021-12-01
Revision:
0:c8316543abdd

File content as of revision 0:c8316543abdd:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H
#include "mbed.h"
extern BusOut Seg1; 
void SegInit(void); 
char SegConvert(int SegValue); 
#endif