Adding mbed FW version and release notes

Revision:
13:97cb32670539
Parent:
5:0728bde67bdb
--- a/inc/admw_spi.h	Wed Jul 24 08:51:31 2019 +0000
+++ b/inc/admw_spi.h	Thu Jul 25 06:38:45 2019 +0000
@@ -102,6 +102,12 @@
     unsigned                        nLength,
     bool                            bCsHold);
 
+ADMW_RESULT admw_SpiReceive(
+    ADMW_SPI_HANDLE hDevice,
+    void *pTxData,
+    void *pRxData,
+    unsigned nLength,
+    bool bCsHold);
 #ifdef __cplusplus
 }
 #endif