ll

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers DebugBluetooth.h Source File

DebugBluetooth.h

00001 Serial DebugBluetooth(PA_11, PA_12); // tx,rx
00002 
00003 void DebugBluetooth_Init()
00004 {
00005     DebugBluetooth.baud(9600);
00006 }