Michael Ling / ExoController

Dependents:   Data-Management-Honka

Revision:
7:d4a32c830e11
Parent:
6:721f5e8a794d
Child:
9:8024861fccac
Child:
10:235c0b81c4c7
diff -r 721f5e8a794d -r d4a32c830e11 BluetoothComm.cpp
--- 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();