Microrealms: An adventure game on the mbed platform

Dependencies:   mbed

serial.h

Committer:
f3d
Date:
2014-12-04
Revision:
0:4da21a20e2c1

File content as of revision 0:4da21a20e2c1:

char egetc(void);
void eputc(const char c);
void eputs(const char *s);
void printString(const char *s);
void printHex(unsigned int Number);