Marko_Marinic_0246048959

Dependencies:   mbed SeeedShieldBot TextLCD BluetoothSerial

Stanovi.h

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

File content as of revision 0:0b3b22a12941:

#ifndef STANOVI_H
#define STANOVI_H
#include "mbed.h"
extern BusOut Stanovi; // allow Seg to be manipulated by other files
void StanoviInit(void); // function prototype
int BrojStanova(int Broj); // function prototype
int ObrnutoBrojStanova(int Broj); 
#endif