Marzogh / SPIMemory

Arduino library for Flash Memory Chips (SPI based only). Formerly SPIFlash
http://spimemory.readthedocs.io/en/latest/
GNU General Public License v3.0
438 stars 138 forks source link

Timeout is 16 minutes #200

Open jrw429 opened 4 years ago

jrw429 commented 4 years ago

In defines.h, the timeout is defined as:

#define BUSY_TIMEOUT 1000000000L

1,000,000,000 microseconds is 16.6 minutes. I presume you intended 1,000,000 microseconds for timeout?