BLE Nano Code.Tested with Integrated mDot code

Dependencies:   BLE_API mbed nRF51822

Fork of eco_Labs_ble_Client by Happiest

Revision:
11:b8e687d97537
Child:
16:79b149aae10a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spi_slave.h	Thu Oct 06 09:42:38 2016 +0000
@@ -0,0 +1,29 @@
+/**
+  ******************************************************************************
+  * @file    ble_common.h
+  * @author  Happiesstminds Firmware Team
+  * @version v1.0
+  * @date    4-Oct-2016
+  * @brief   
+  *
+  ******************************************************************************
+  * @attention
+  *  
+  *
+  ******************************************************************************
+  */
+
+#ifndef _SPI_SLAVE_H
+#define _SPI_SLAVE_H
+
+/******************************************************************************/
+/* Typedef                                                                    */
+/******************************************************************************/
+typedef void (*spi_data_ready_callback_t) (uint8_t *rx_data, uint8_t data_length);
+
+
+#endif
+
+/******************************************************************************/
+/* END OF FILE                                                                */
+/******************************************************************************/
\ No newline at end of file