Simon Ford / Mbed 2 deprecated SerialTestv12

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 
00003 Serial mc(p9, p10);
00004 
00005 int main() {
00006     mc.baud(19200);
00007     mc.putc(0xC2);
00008     mc.putc(0x7F);
00009 }