FM-test

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

Revision:
10:a90935ea0a4b
Parent:
9:6057314dc8ec
--- a/bluetooth.h	Sat Sep 13 11:03:52 2014 +0000
+++ b/bluetooth.h	Sun Sep 14 01:38:32 2014 +0000
@@ -21,6 +21,8 @@
 
 void btSetup(int);          //setup(role) role:BT_MASTER or BT_SLAVE
 
+int readPack( char* );
+
 void sync(char, char*, float*);     //SYN(option,char_data,float_data); only for MASTER
 
 void slaveRecieve( void );