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:
- 92:709d44dc869a
- Parent:
- 90:26c0c9807ab4
- Child:
- 95:e1f7ce04e71b
--- a/BlueNRG_HCI/includes/hal.h Thu Jul 23 09:44:24 2015 +0200 +++ b/BlueNRG_HCI/includes/hal.h Thu Jul 23 14:22:55 2015 +0200 @@ -87,6 +87,7 @@ * @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.