Hello world navleen

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

main.cpp

Committer:
navi510
Date:
2014-09-26
Revision:
2:e8e4daf36a29
Parent:
0:fb6bbc10ffa0

File content as of revision 2:e8e4daf36a29:

#include "mbed.h"



int main() 
{
    Serial device(p9, p10);
    device.baud(19200);
    device.printf("SJSU_CMPE127_NavleenJohal_3694");
}