Frank Duignan / Mbed 2 deprecated Nucleo_microrealms

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers serial.h Source File

serial.h

00001 char egetc(void);
00002 void eputc(const char c);
00003 void eputs(const char *s);
00004 void printString(const char *s);
00005 void printHex(unsigned int Number);