User Tools

Site Tools


sdshield

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sdshield [2017/08/08 10:00]
sysop created
sdshield [2019/10/03 09:22] (current)
Line 7: Line 7:
  
 The communication between the microcontroller and the SD card uses SPI, which takes place on digital pins 11, 12, and 13 (on most Arduino boards) or 50, 51, and 52 (Arduino Mega). Additionally, another pin must be used to select the SD card. This can be the hardware SS pin - pin 10 (on most Arduino boards) or pin 53 (on the Mega) - or another pin specified in the call to SD.begin(). Note that even if you don't use the hardware SS pin, it must be left as an output or the SD library won't work.\\ The communication between the microcontroller and the SD card uses SPI, which takes place on digital pins 11, 12, and 13 (on most Arduino boards) or 50, 51, and 52 (Arduino Mega). Additionally, another pin must be used to select the SD card. This can be the hardware SS pin - pin 10 (on most Arduino boards) or pin 53 (on the Mega) - or another pin specified in the call to SD.begin(). Note that even if you don't use the hardware SS pin, it must be left as an output or the SD library won't work.\\
 +
 +{{::microsd_shield-v13_schematic.pdf|}}
  
 more information on https://www.arduino.cc/en/Reference/SD\\  more information on https://www.arduino.cc/en/Reference/SD\\ 
sdshield.1502179257.txt.gz ยท Last modified: 2019/10/02 13:33 (external edit)