TVZ2020 / Mbed 2 deprecated F1_paddle_shift

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SegDisplay.h Source File

SegDisplay.h

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