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.
Dependents: Data-Management-Honka
Diff: BluetoothComm.cpp
- Revision:
- 7:d4a32c830e11
- Parent:
- 6:721f5e8a794d
- Child:
- 9:8024861fccac
- Child:
- 10:235c0b81c4c7
--- a/BluetoothComm.cpp Wed Feb 18 01:11:13 2015 +0000 +++ b/BluetoothComm.cpp Fri Feb 20 22:51:56 2015 +0000 @@ -560,6 +560,8 @@ */ void BluetoothComm::attachment() { + boardLed1 = !boardLed1; + // pc.printf("Entered attachment\r\n"); if (_rn42.readable()) { _data=_rn42.getc();