Ohnishi_Gundan / Mbed 2 deprecated Master-FM

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

bluetooth.cpp

Committer:
9uS7
Date:
2014-09-11
Revision:
0:4f07ba929908
Child:
1:e1cfb5850088

File content as of revision 0:4f07ba929908:

#include "mbed.h"
#include "bluetooth.h"


void btSetupMaster(void)        //setup master
{
    btMaster.baud(9600);
    btMaster.printf("$$$");
    wait(0.5);
    btMaster.printf("C\r");
    wait(0.5);
}

void btSetupSlave(void)
{
}