FM-test

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

Revision:
7:67720739ca77
Parent:
6:df6d8ba1907a
Child:
8:bfcfda6b38fe
--- a/bluetooth.cpp	Fri Sep 12 12:12:01 2014 +0000
+++ b/bluetooth.cpp	Fri Sep 12 23:01:17 2014 +0000
@@ -4,11 +4,11 @@
 #include "MODSERIAL.h"
 
 //master
-//RawSerial bt(p13, p14);  // tx, rx
+//Serial bt(p13, p14);  // tx, rx
 //slave
-MODSERIAL bt(p28, p27);
+Serial bt(p28, p27);
 
-MODSERIAL pc(USBTX, USBRX);   // tx, rx
+Serial pc(USBTX, USBRX);   // tx, rx
 
 DigitalOut l1(LED1);
 DigitalOut l2(LED2);