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

Removed 256 restriction from writeBytes() #7

Closed TomWS1 closed 9 years ago

TomWS1 commented 9 years ago

Original version was constrained by Flash 256 byte page limits. This change allows up to 64K writes and also deals with blocks that cross pages (even if 2 bytes starting at address = 0xyyFF.

LowPowerLab commented 9 years ago

Tom, many thanks for the contribution.