Project to practice collaboration and header files

Dependencies:   mbed

HostIO.h

Committer:
burritodude
Date:
2016-01-11
Revision:
4:779121daed68
Parent:
3:6e8bf95e144d

File content as of revision 4:779121daed68:

#ifndef HOSTIO_H
#define HOSTIO_H

#include "mbed.h"

extern Serial pc;
void HostInit(void);
char GetKeyInput(void);

#endif