Marko_Marinic_0246048959

Dependencies:   mbed SeeedShieldBot TextLCD BluetoothSerial

Committer:
mmarinic
Date:
Tue Jul 13 15:31:59 2021 +0000
Revision:
0:0b3b22a12941
Pamteni stubisni automat

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mmarinic 0:0b3b22a12941 1 #ifndef SEGDISPLAY_H
mmarinic 0:0b3b22a12941 2 #define SEGDISPLAY_H
mmarinic 0:0b3b22a12941 3 #include "mbed.h"
mmarinic 0:0b3b22a12941 4 extern BusOut Seg; // allow Seg to be manipulated by other files
mmarinic 0:0b3b22a12941 5 void SegInit(void); // function prototype
mmarinic 0:0b3b22a12941 6 char SegConvert(char SegValue); // function prototype
mmarinic 0:0b3b22a12941 7 #endif