librerija za cetvero segmentni displej

Committer:
IsusKrist
Date:
Wed May 04 15:40:54 2022 +0000
Revision:
0:9c0145823064
Librerija za cetvero segmentni displej

Who changed what in which revision?

UserRevisionLine numberNew contents of line
IsusKrist 0:9c0145823064 1 #ifndef DISPLEJ_H
IsusKrist 0:9c0145823064 2 #define DISPLEJ_H
IsusKrist 0:9c0145823064 3 #include "mbed.h"
IsusKrist 0:9c0145823064 4 extern BusOut LSegment;
IsusKrist 0:9c0145823064 5 extern BusOut QSegment;
IsusKrist 0:9c0145823064 6 char SegConvert(int broj,int znamenka);
IsusKrist 0:9c0145823064 7 #endif