Devchannel Team / X_NUCLEO_IDB0XA1

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
61:929885305c17
Parent:
58:027c65a54097
--- a/btle/inc/btle.h	Fri Oct 17 08:48:48 2014 +0000
+++ b/btle/inc/btle.h	Wed Nov 12 09:41:31 2014 +0000
@@ -32,7 +32,7 @@
 #include <stdio.h>
 #include <string.h>
 
-    void btle_init(bool isSetAddress);
+    void btle_init(bool isSetAddress, PinName mosi, PinName miso, PinName sclk);
     void SPI_Poll(void);
     void User_Process(void);
     void setConnectable(void);