I may be missing the obvious, but I am unable to discern the Arduino pin assignments on this board. I need to know which of the Arduino pins are dedicated to the micro-SD card socket, and which ones are routed to the GPS connector. Can anyone help?
The schematic is at https://cdn.sparkfun.com/datasheets/Dev … Shield.pdf
GPS uses D0/D1 or D4/D5 for RX/TX (depending on the switch position) and D6 for GPS_CTRL
SD uses D12 for DO (MOSI), D13 for SCK, D11 for DI (MISO), and D10 for CS
/mike
Thanks Mike! I had looked at the schematic, but wasn’t confident about a conclusion. You’ve cleared it all up.