Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: bluetooth.h
- Revision:
- 1:69f1f6facb48
- Parent:
- 0:3e2ad15377cd
diff -r 3e2ad15377cd -r 69f1f6facb48 bluetooth.h --- a/bluetooth.h Thu Feb 18 14:58:44 2016 +0000 +++ b/bluetooth.h Mon Feb 22 09:19:56 2016 +0000 @@ -1,3 +1,7 @@ +//#ifndef MBED_BLUETOOTH_H +//#define MBED_BLUETOOTH_H +#include "mbed.h" void sendBluetooth(); void getBluetooth(); -void doBluetooth(); \ No newline at end of file +void doBluetooth(); +//#endif \ No newline at end of file