Hayden Wisniewski / Mbed 2 deprecated 5CollabProj

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers HostIO.h Source File

HostIO.h

00001 #ifndef HOSTIO_H
00002 #define HOSTIO_H
00003 
00004 #include "mbed.h"
00005 
00006 extern Serial pc;
00007 void HostInit(void);
00008 char GetKeyInput(void);
00009 
00010 #endif