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: main.cpp
- Revision:
- 4:282c2f6fb0e9
- Parent:
- 3:d5f6ef5107b4
--- a/main.cpp Fri Mar 30 19:49:10 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -#include "mbed.h" -#include "BluetoothBee.h" - -BluetoothBee b(p9,p10); -Serial pc(USBTX, USBRX); - -int main() { - b.setup(); - - // Bluetooth Bee now visible; pair with device (open Terminal program such as PuTTY) - - b.printf("hello world\n"); - return 0; -} \ No newline at end of file