ddad

Dependencies:   mbed

Fork of class_7segment_serial by tatiuc embedded

HostIO.h

Committer:
mijimy
Date:
2017-06-06
Revision:
2:120a14d6f055

File content as of revision 2:120a14d6f055:

#ifndef HOSTIO_H
#define HOSTIO_H
#include "mbed.h"

void HostInit(void); // function prototype
char GetKeyInput(void); // function prototype
extern Serial pc;

#endif