Hello world navleen

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

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