BLE Nano Code.Tested with Integrated mDot code

Dependencies:   BLE_API mbed nRF51822

Fork of eco_Labs_ble_Client by Happiest

Revision:
11:b8e687d97537
Parent:
10:09d1a403eb14
Child:
25:96044c55f844
diff -r 09d1a403eb14 -r b8e687d97537 ble_common.h
--- a/ble_common.h	Tue Oct 04 11:05:45 2016 +0000
+++ b/ble_common.h	Thu Oct 06 09:42:38 2016 +0000
@@ -21,6 +21,8 @@
 /******************************************************************************/
 typedef void (*ble_data_ready_callback_t) (uint8_t *rx_data, uint8_t data_length);
 
+void toggle_led(void);
+void print(const char *msg);
 
 #endif