LowPowerLab / SPIFlash

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

First attempt at correcting issue #26. #27

Closed JasonC0x0D closed 3 years ago

JasonC0x0D commented 3 years ago

busy() now returns if chip is powered down or not busy

previously noisy MISO line could cause uC to get stuck in busy() if chip was powered down

Tested successfully with Moteino weather mote example.

Signed-off-by: JasonC0x0D jasonc0x0d@gmail.com