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: platform/inc/btle.h
- Revision:
- 74:c4526f8284d5
- Parent:
- 70:d20d30f59b1c
diff -r 142f3ded2091 -r c4526f8284d5 platform/inc/btle.h --- a/platform/inc/btle.h Fri Jun 12 16:43:32 2015 +0200 +++ b/platform/inc/btle.h Tue Jun 16 10:23:56 2015 +0200 @@ -38,7 +38,7 @@ extern uint16_t g_appearance_char_handle; extern uint16_t g_device_name_char_handle; -void btle_init(bool isSetAddress, PinName mosi, PinName miso, PinName sclk); +void btle_init(bool isSetAddress); void SPI_Poll(void); void User_Process(void); void setConnectable(void);