ExploRer serial FLash

Hello,

I’m trying to use the onboard serial flash of the ExploRer with the https://github.com/PaulStoffregen/SerialFlash

I just need some help to complete the under line with the good pin number (Arduino reference).

I have looked at http://support.sodaq.com/wp-content/uploads/2016/11/Explorer_schematic_rev5b.pdf (wich is my board Rev) but can’t figure it from…

const int FlashChipSelect = XXX; // digital pin for flash chip CS pin

Dear @laurentchivot,

You can use the SS pin.
Chip select (CS) or slave select (SS) is a different name for the same pin.

Best regards,
Jan