Skip to content

Arduino library for Winbond Flash Memory chips

Compare
Choose a tag to compare
@Marzogh Marzogh released this 18 Oct 05:11
· 510 commits to master since this release

SPIFlash Build Status DOI

GitHub commits
GitHub issues
GitHub pull requests
license
All functions have been tested and found to work well on Arduino 1.6.x.

Please report any issues and I will do my best to fix them.

Change log

v 2.1.0

  • Arduino Due compatible - refer to wiki for further details
  • Fixed bug with write/readByteArray
  • Added write/readCharArray
  • Added a proper error checking function that gets called when #ifdef RUNDIAGNOSTIC is uncommented in SPIFlash.cpp.
    This function returns a verbose error message to the Serial console instead of the terse error codes of the previous version.
  • The following functions have been deleted to enable bug fixes and uniformity in coding style.
    writeBytes()
    readBytes()
    They have been replaced with readByteArray() and writeByteArray().