remove delay
This commit is contained in:
parent
256edbe333
commit
0f76587660
|
|
@ -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++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue