Devchannel Team / X_NUCLEO_IDB0XA1

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
56:20e83a284019
Parent:
45:1fff7d7d5ce7
Child:
58:027c65a54097
--- a/btle/inc/btle.h	Wed Oct 01 08:49:52 2014 +0000
+++ b/btle/inc/btle.h	Wed Oct 01 09:52:26 2014 +0000
@@ -22,17 +22,18 @@
 extern "C" {
 #endif
 
-#include "cube_hal.h"
 #include "hci.h"
 #include "bluenrg_hci.h"
 #include "hci_internal.h"
 #include "bluenrg_hci_internal.h"
-#include "gap.h"
+#include "bluenrg_shield_bsp.h"
+#include "bluenrg_gap.h"
 #include "gatt_service.h"
 #include <stdio.h>
 #include <string.h>
 
 void btle_init(bool isSetAddress);
+void SPI_Poll(void);
 void User_Process(void);
 void setConnectable(void);