. Reverting Mbed firmware to support customers using ADMW1001 device firmware v82.25. 2. New Mbed firmware will be available when ADMW1001 device firmware is released to the public. 3. SPI speed is reduced to 700KHz 4.The program compiled and tested with device FW v82.25

Revision:
6:9d393a9677f4
Parent:
5:0728bde67bdb
--- a/inc/admw_config_types.h	Wed Jun 05 05:39:15 2019 +0000
+++ b/inc/admw_config_types.h	Sat Jun 15 14:30:49 2019 +0000
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2017 Analog Devices, Inc.
+Copyright (c) 2019 Analog Devices, Inc.
 
 All rights reserved.
 
@@ -37,7 +37,7 @@
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-/*
+/*!
  ******************************************************************************
  * @file:   admw_config_types.h
  * @brief:  Type definitions for ADMW API.
@@ -61,19 +61,19 @@
 /*! A list of supported product identifiers */
 typedef enum {
     ADMW_PRODUCT_ID_ADMW1001 = 0x0020,
-    /*!< ADMW1001 */
+    /*!< ADSNS1000 */
 } ADMW_PRODUCT_ID;
 
-/*! ADISENSE Configuration schema version */
+/*! ADMW Configuration schema version */
 typedef struct {
     uint8_t major; /*!< Major version number */
     uint8_t minor; /*!< Minor version number */
 } ADMW_CONFIG_VERSION_ID;
 
-/*! ADISENSE UUID string length */
+/*! ADMW UUID string length */
 #define ADMW_UUID_LEN 36
 
-/*! ADISENSE global configuration details */
+/*! ADMW global configuration details */
 typedef struct {
     const char                  configUuid[ADMW_UUID_LEN];
     /*!< Optional unique identifier for this configuration */
@@ -84,8 +84,8 @@
     union
     {
         ADMW1001_CONFIG   admw1001;
-        /*!< ADMW1001 product configuration parameters.  Used if productId
-         *   selected is ADMW_PRODUCT_ID_ADMW1001 */
+        /*!< ADSNS1000 product configuration parameters.  Used if productId
+         *   selected is ADMW_PRODUCT_ID_ADSNS1000 */
     };
     /*!< Product-specific configuration parameters, selected based on productId.
      *   @note Other product variants may be added here in the future */
@@ -100,4 +100,3 @@
  */
 
 #endif /* __ADMW_CONFIG_TYPES_H__ */
-