Go to file
Felix Rusu 0efea19ac2 fix infinite loop bug when HIGH-Z MISO stays high
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)
2013-08-02 00:02:46 -04:00
Examples/SPIFlash_ReadWrite Create SPIFlash_ReadWrite.ino 2013-04-19 17:00:38 -03:00
README.md adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
SPIFlash.cpp fix infinite loop bug when HIGH-Z MISO stays high 2013-08-02 00:02:46 -04:00
SPIFlash.h adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
keywords.txt adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00

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.