FM-test

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

Revision:
2:c610e1a7fbcd
Parent:
1:e1cfb5850088
Child:
3:12e1f116ea42
--- a/bluetooth.h	Thu Sep 11 14:42:49 2014 +0000
+++ b/bluetooth.h	Thu Sep 11 15:09:05 2014 +0000
@@ -6,7 +6,6 @@
 #define BT_MASTER 0
 #define BT_SLAVE -1
 
-
 typedef union _cvt{
     char byte[8];
     int in[2];
@@ -15,4 +14,6 @@
 
 void btSetup(int);          //setup(role) role:BT_MASTER or BT_SLAVE
 
+//void btLoop(int);       //btLoop(role)  role:BT_MASTER or BT_SLAVE
+
 #endif
\ No newline at end of file