Nadzor opterećenja

https://os.mbed.com/media/uploads/nikolarp/shema_fb_thumb.jpg

SegDisplay.h

Committer:
nikolarp
Date:
2021-04-05
Revision:
0:b6c8e3914720

File content as of revision 0:b6c8e3914720:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H
#include "mbed.h"
extern BusOut Seg1; //dopušta Seg1 da bude korišten i manipuliran od strane drugih datoteka
void SegInit(void); 
char SegConvert(int SegValue); 
#endif