Description
The module (MicroSD Card Adapter) is a Micro SD card reader module, through the file system and the SPI interface driver, SCM system to complete the file to read and write MicroSD card. Arduino users can directly use the Arduino IDE comes with an SD card to complete the library card initialization and read
Pin Wiring
SD card module | Wiring to Arduino Uno | Wiring to Arduino Mega |
VCC | 3.3V or 5V (check module’s datasheet) | 3.3V or 5V (check module’s datasheet) |
CS | 4 | 53 |
MOSI | 11 | 51 |
CLK | 13 | 52 |
MISO | 12 | 50 |
GND | GND | GND |
There are no reviews yet.