LowPowerLab / SPIFlash

Arduino library for read/write access to SPI flash memory chips
GNU General Public License v3.0
173 stars 90 forks source link

Failing when compiling SS_FLASHMEM not declared #29

Closed jegjessing closed 2 years ago

jegjessing commented 2 years ago

I'm trying to compile this for my Mega2560 board, but is tild that SS_FLASHMEM is not declared.

I do not know how and what to defined this as

LowPowerLab commented 2 years ago

SS_FLASHMEM is the SPI CS pin of your particular board. Define it in the sketch if your board doesn't have it defined.