HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRG_HCI/includes/hal.h
- Revision:
- 102:a6f233cb1fed
- Parent:
- 92:709d44dc869a
- Child:
- 103:12684d94c3a6
--- a/BlueNRG_HCI/includes/hal.h Fri Jul 24 13:51:54 2015 +0200 +++ b/BlueNRG_HCI/includes/hal.h Mon Jul 27 11:16:16 2015 +0200 @@ -87,7 +87,6 @@ * @param[in] n_bytes2 number of bytes in 2nd buffer */ //void Hal_Write_Serial(const void* data1, const void* data2, uint16_t n_bytes1, uint16_t n_bytes2); -void Hal_Write_Serial(const void* data1, const void* data2, int32_t n_bytes1, int32_t n_bytes2); /** * Enable interrupts from HCI controller.