Example program for EVAL-TempSense-ARDZ boards.

Dependencies:   platform_drivers

Revision:
1:af9efbb9e9c5
Parent:
0:782471fb58f7
--- a/README.txt	Tue Aug 27 21:06:07 2019 +0000
+++ b/README.txt	Wed Aug 28 15:38:19 2019 +0000
@@ -1,26 +1,28 @@
 Evaluation Boards/Products Supported
 ------------------------------------ 
-EVAL-AD5671R (AD5671R)
-EVAL-AD5672R (AD5672R)
-EVAL-AD5674R (AD5674R)
-
+EVAL-TempSense-ARDZ 
+     Sensors:
+        ADT7410
+        ADT7420 
+        ADT7310 
+        ADT7320
 
 Overview
 --------
-These code files provide drivers to interface with nanoDAC+ family of devices 
-listed above and communicate with EVAL-AD56XX board. This code was developed and 
+These code files provide drivers to interface with TempSense family of devices 
+listed above and communicate with EVAL-TempSense-ARDZ board. This code was developed and 
 tested on SDP-K1 controller board https://os.mbed.com/platforms/SDP_K1/. 
 
-Product details: https://www.analog.com/en/products/ad5686.html
-Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD5686R.html
-User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/nanodac-mbed
+Product details: https://www.analog.com/en/products/adt7422.html#product-overview
+Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-TempSense.html
+User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/tempsense-mbed
 
 
 Hardware Setup
 --------------
-Required: SDP-K1 (or alternative MBED enabled controller board), EVAL-AD56XX, 
+Required: SDP-K1 (or alternative MBED enabled controller board), EVAL-TempSense-ARDZ (with remote sensors if desired), 
 USB cable.
-Plug in the EVAL-AD124 board on SDP-K1 board (or any other Mbed enabled 
+Plug in the EVAL-TempSense-ARDZ board on SDP-K1 board (or any other Mbed enabled 
 controller board) using the SDP connector and screws.
 Connect SDP-K1 board to the PC using the USB cable.
 
@@ -32,8 +34,8 @@
 instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html
 Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed 
 instructions here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html
-Open Tera Term (or alternative), select 51200 baud rate, and the applicable COM 
-port to see the list of options.
+Open CoolTerm (or alternative), select 115200 baud rate, and the applicable COM 
+port to see the list of options. See User Guide for further details.
 
 
 Notes