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

added Spansion 32Mbit S25FL032P support #12

Closed einsiedlerkrebs closed 9 years ago

einsiedlerkrebs commented 9 years ago

With these little changes the SPIFlash-lib support another target.

LowPowerLab commented 9 years ago

This needs to be revisited. We cannot call blockErase32K and then call blockErase64K from within that for a specific device. Otherwise the blockErase64K function could be added.