Here I am again with another noob question. How do I get the SD library initialized properly with the MKR GSM1400? I read the info in the examples and it refers to wiring which seems unnecessary since it is mounted right on the board. It refers to MOSI - pin 11, MISO - pin 12, CLK - pin 13 and CS - pin ?. I looked at the schematic and MOSI is pin 8, MISO is pin 10, CLK looks to be referred to as SCK on pin 9, and finally there seems to be no reference to CS chip select on the schematic at all. I tried substituting every available digital pin except 0 which my sensor uses in the sketch to no avail.
I can't help but believe I simply need to assign the proper pin #s to the variables defined in the library. Can someone please provide a reference?
BTW I definitely tried the magnifying glass first but nothing seemed to fit.