BLE Nano Code.Tested with Integrated mDot code

Dependencies:   BLE_API mbed nRF51822

Fork of eco_Labs_ble_Client by Happiest

Revision:
14:dc3e3d327d7c
Parent:
13:c42bd4ebbbfa
Child:
15:67fbed00edf2
--- a/ble_uart.cpp	Fri Oct 07 06:13:45 2016 +0000
+++ b/ble_uart.cpp	Fri Oct 07 10:10:17 2016 +0000
@@ -63,10 +63,10 @@
     tx_buf[1] = 0xA3;
     tx_buf[2] = 0x00;
     tx_buf[3] = 0x04;
-    //spi_slave_tx_data(tx_buf, 4);
+    spi_slave_tx_data(tx_buf, 4);
     isDeviceConnected = true;
  //   enable_interrupt_line(true);    
-    //toggle_led();
+    toggle_led();
 }
 
 /**