When FLASH chip is not present and MISO is in high impedance, other SPI devices might pull MISO high and the while(busy) loop might never return because of a false positive busy (actually MISO would return 0XFF for status register including the BUSY bit) |
||
|---|---|---|
| Examples/SPIFlash_ReadWrite | ||
| README.md | ||
| SPIFlash.cpp | ||
| SPIFlash.h | ||
| keywords.txt | ||
README.md
SPIFlash
Arduino library for read/write access to SPI flash memory chips. See code files for initial documentation, more to come soon.
###Installation
Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.
To find your Arduino folder go to File>Preferences in the Arduino IDE.
See this tutorial on Arduino libraries.