Example program for EVAL-TempSense-ARDZ boards.

Dependencies:   platform_drivers

Revision:
5:f92081816fb7
Parent:
1:af9efbb9e9c5
Child:
6:0228e21af1f0
--- a/app_config.h	Mon Nov 04 17:01:16 2019 +0000
+++ b/app_config.h	Wed Nov 27 11:35:54 2019 +0000
@@ -85,6 +85,11 @@
 #define INTERNAL_SPI 0
 
 /**
+  Add a line-ending constant as different emulators 
+  implement it in various ways - simple to change it here
+*/
+#define EOL "\r\n"
+/**
   The ADI SDP_K1 can be used with both arduino headers
   or the 120-pin SDP connector found on ADI evaluation
   boards. The default is the SDP connector
@@ -92,7 +97,7 @@
   Uncomment the ARDUINO #define above to enable the ARDUINO connector
 */
 
-#define  ARDUINO
+//#define  ARDUINO
 
 #ifdef ARDUINO
 	#define I2C_SCL     D15