Marko_Marinic_0246048959

Dependencies:   mbed SeeedShieldBot TextLCD BluetoothSerial

SegDisplay.h

Committer:
mmarinic
Date:
2021-07-13
Revision:
0:0b3b22a12941

File content as of revision 0:0b3b22a12941:

#ifndef SEGDISPLAY_H
#define SEGDISPLAY_H
#include "mbed.h"
extern BusOut Seg; // allow Seg to be manipulated by other files
void SegInit(void); // function prototype
char SegConvert(char SegValue); // function prototype
#endif