From f818b6b6020f1464ca05f7776d57f94cdece0a03 Mon Sep 17 00:00:00 2001 From: Beslan Date: Tue, 28 Sep 2021 22:19:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BE=D0=B6=D0=B8=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eeprom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeprom.cpp b/eeprom.cpp index 816bf1b..ac4695b 100644 --- a/eeprom.cpp +++ b/eeprom.cpp @@ -916,7 +916,7 @@ void EEPROM::ready(void) // Wait end of write do { ack = _i2c.write((int)addr,(char *)cmd,0); - //wait(0.5); + ThisThread::sleep_for(1ms); } while(ack != 0); }