LowPowerLab / SPIFlash

Arduino library for read/write access to SPI flash memory chips
GNU General Public License v3.0
173 stars 91 forks source link

Updated Comments about sleep() #28

Closed JasonC0x0D closed 3 years ago

JasonC0x0D commented 3 years ago

Clarification that after using sleep(), wake() must be the first function used to communicate with the flash chip. If this isn't the case, a noisy MISO line can cause the code to hang in the while(busy) loop in the command() function. This is a "fix" for gitHub issue #26