a sadeghioon / Mbed 2 deprecated Transmit

Dependencies:   mbed

main.cpp

Committer:
axm904
Date:
2011-09-21
Revision:
0:d475003afad8

File content as of revision 0:d475003afad8:

#include "mbed.h"
Serial erad(p9, p10);
int main() {
    erad.baud(19200);
    while (1) {

        erad.printf("hello_World");
        wait(1);

    }
}