bluetooth control motor
Dependents: BLE_LED_IDB0XA1_demo MOTOR_BLE_V2 Motor_Ble_v1 Motor_Ble_v10223 ... more
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/platform/btle.h
- Branch:
- 2819f05ab09fdabd46030bb6eab6b01aad1fa2db
- Revision:
- 271:7dc6261c33e5
- Parent:
- 266:b49e28134d83
- Child:
- 273:00205952d841
--- a/x-nucleo-idb0xa1/platform/btle.h Thu Sep 15 10:51:32 2016 +0100 +++ b/x-nucleo-idb0xa1/platform/btle.h Thu Sep 15 10:51:33 2016 +0100 @@ -39,7 +39,7 @@ extern uint16_t g_device_name_char_handle; extern uint16_t g_preferred_connection_parameters_char_handle; -void btleInit(bool isSetAddress, uint8_t role); +void btleInit(void); void SPI_Poll(void); void User_Process(void); void setConnectable(void);