test

Dependencies:   ad5422_arduino mbed LT1446 ADS1248-1 LM35-1 Flash FT813 PGA280_ADS1259

Revision:
4:d53895f65eb7
Parent:
3:d4b106bf3a32
Child:
5:21240fa1ee4c
--- a/PerifConfig.cpp	Sat Aug 08 18:32:53 2020 +0000
+++ b/PerifConfig.cpp	Tue Aug 11 19:13:43 2020 +0000
@@ -45,7 +45,7 @@
     int i=0;    
     do
     {
-        while (UART.readable());    //перед точкой с запятой цикл    
+        while (UART.readable())    //перед точкой с запятой цикл    (убрал)
         str[i++]=UART.getc();        
     }
     while ((str[i-2]!=0x0D)&&(str[i-1]!=0x0A));