From 0f765876604faeabe7f44dde943d80364c34028c Mon Sep 17 00:00:00 2001 From: caternuson Date: Wed, 20 May 2020 12:29:49 -0700 Subject: [PATCH] remove delay --- Adafruit_SPIDevice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Adafruit_SPIDevice.cpp b/Adafruit_SPIDevice.cpp index 821c463..8afdcf2 100644 --- a/Adafruit_SPIDevice.cpp +++ b/Adafruit_SPIDevice.cpp @@ -301,7 +301,6 @@ bool Adafruit_SPIDevice::write_then_read(uint8_t *write_buffer, } DEBUG_SERIAL.println(); #endif - delay(10); // do the reading for (size_t i = 0; i < read_len; i++) {