Introduction
SPI helps your Arduino talk to the SD card quickly. It lets you read and save files on the card.
You want to save sensor data to a file on an SD card.
You need to read a configuration file stored on an SD card.
You want to log events or errors for later review.
You want to store images or large data that won't fit in Arduino memory.
