Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: btle/inc/btle.h
- 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);