Merge pull request #25 from caternuson/iss24
Remove delay from write_then_read()
This commit is contained in:
commit
3b77f67ae6
|
|
@ -301,7 +301,6 @@ bool Adafruit_SPIDevice::write_then_read(uint8_t *write_buffer,
|
||||||
}
|
}
|
||||||
DEBUG_SERIAL.println();
|
DEBUG_SERIAL.println();
|
||||||
#endif
|
#endif
|
||||||
delay(10);
|
|
||||||
|
|
||||||
// do the reading
|
// do the reading
|
||||||
for (size_t i = 0; i < read_len; i++) {
|
for (size_t i = 0; i < read_len; i++) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=Adafruit BusIO
|
name=Adafruit BusIO
|
||||||
version=1.2.5
|
version=1.2.6
|
||||||
author=Adafruit
|
author=Adafruit
|
||||||
maintainer=Adafruit <info@adafruit.com>
|
maintainer=Adafruit <info@adafruit.com>
|
||||||
sentence=This is a library for abstracting away UART, I2C and SPI interfacing
|
sentence=This is a library for abstracting away UART, I2C and SPI interfacing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue