BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield

Fork of X_NUCLEO_IDB0XA1 by ST Expansion SW Team

Revision:
232:f2a7da5d24e1
Parent:
231:b94d080127c7
--- a/x-nucleo-idb0xa1/BlueNRGDevice.h	Thu Jun 16 12:08:19 2016 +0000
+++ b/x-nucleo-idb0xa1/BlueNRGDevice.h	Fri Jun 17 16:07:05 2016 +0000
@@ -81,6 +81,8 @@
         return isInitialized;
     }
 
+    uint8_t getUpdaterHardwareVersion(uint8_t *upd_hw_version);
+    int updateFirmware(const uint8_t *fw_image, uint32_t fw_size);
     bool dataPresent();
     int32_t spiRead(uint8_t *buffer, uint8_t buff_size);
     int32_t spiWrite(uint8_t* data1, uint8_t* data2, uint8_t Nb_bytes1, uint8_t Nb_bytes2);