working version

Dependencies:   mbed mbed-rtos SimpleDMA FreescaleIAP eeprom

Fork of CDMS_CODE_FM_28JAN2017 by samp Srinivasan

Revision:
357:f3d48d62e00e
Parent:
356:197c93dc2012
--- a/OBSRS.h	Sat Feb 10 09:06:26 2018 +0000
+++ b/OBSRS.h	Sun Apr 03 15:35:53 2022 +0000
@@ -1,5 +1,5 @@
 // problem in check pa and valid sid not sending anything in one for loop
-
+ 
 #ifndef OBSRS_H    // To make sure you don't declare the function more than once by including the header multiple times.
 #define OBSRS_H
 
@@ -130,7 +130,7 @@
     else{\
         pa_temp1 = (3365.4/log(7.60573*resistance))-273;\
     }\
-    gPC.printf("\n%f\n",pa_temp1);\
+    /*gPC.printf("\n%f\n",pa_temp1);*/\
     if (pa_temp1 > COM_PA_TMP_HIGH){\
         PA_HOT = 1;\
         gPC.puts("PA is measured HOT\r\n");\