From 0f765876604faeabe7f44dde943d80364c34028c Mon Sep 17 00:00:00 2001 From: caternuson Date: Wed, 20 May 2020 12:29:49 -0700 Subject: [PATCH 1/2] 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++) { From b420dd6c54b59b1c7d5b3379497d89c3d1b852c3 Mon Sep 17 00:00:00 2001 From: caternuson Date: Wed, 20 May 2020 12:34:36 -0700 Subject: [PATCH 2/2] update version --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 01c0155..72e0642 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit BusIO -version=1.2.5 +version=1.2.6 author=Adafruit maintainer=Adafruit sentence=This is a library for abstracting away UART, I2C and SPI interfacing