Vjezba 7-7 Dinko Djakovic - modularno programiranje

Dependencies:   mbed

HostIO.h

Committer:
djdinko
Date:
2015-05-22
Revision:
0:c771d4ee0a76

File content as of revision 0:c771d4ee0a76:

// HostIO.h file for Exercise 7-7
#ifndef HOSTIO_H
#define HOSTIO_H
#include "mbed.h"
extern Serial pc; // allow pc to be manipulated by other files
void HostInit(void); // function prototype
char GetKeyInput(void); // function prototype
#endif