a sadeghioon / Mbed 2 deprecated Transmit

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 Serial erad(p9, p10);
00003 int main() {
00004     erad.baud(19200);
00005     while (1) {
00006 
00007         erad.printf("hello_World");
00008         wait(1);
00009 
00010     }
00011 }