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/bluenrg-hci/hal.h
- Revision:
- 133:1bb8df697f7f
- Parent:
- 132:51056160fa4a
- Child:
- 264:1e754a01869e
diff -r 51056160fa4a -r 1bb8df697f7f x-nucleo-idb0xa1/bluenrg-hci/hal.h --- a/x-nucleo-idb0xa1/bluenrg-hci/hal.h Wed Oct 07 08:39:04 2015 +0200 +++ b/x-nucleo-idb0xa1/bluenrg-hci/hal.h Wed Oct 07 09:08:22 2015 +0200 @@ -98,6 +98,11 @@ */ void Disable_SPI_IRQ(void); +/** + * Call BTLE callback handler. + */ +void Call_BTLE_Handler(void); + void Hal_Init_Timer(void); uint32_t Hal_Get_Timer_Value(void); void Hal_Start_Timer(uint32_t timeout);