
BLE Nano Code.Tested with Integrated mDot code
Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
Diff: ble_common.h
- Revision:
- 25:96044c55f844
- Parent:
- 11:b8e687d97537
--- a/ble_common.h Sun Oct 23 12:46:21 2016 +0000 +++ b/ble_common.h Sun Oct 23 14:41:49 2016 +0000 @@ -20,7 +20,6 @@ /* Typedef */ /******************************************************************************/ typedef void (*ble_data_ready_callback_t) (uint8_t *rx_data, uint8_t data_length); - void toggle_led(void); void print(const char *msg);