Merge pull request #25 from caternuson/iss24

Remove delay from write_then_read()
This commit is contained in:
Limor "Ladyada" Fried 2020-05-20 15:54:58 -04:00 committed by GitHub
commit 3b77f67ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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++) {

View File

@ -1,5 +1,5 @@
name=Adafruit BusIO
version=1.2.5
version=1.2.6
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=This is a library for abstracting away UART, I2C and SPI interfacing