Skip to content

Instantly share code, notes, and snippets.

@Kshioshita
Kshioshita / project1.ino
Created March 17, 2017 18:28
Project 1: Sad Box
//MP3 shield libraries
#include <SPI.h>
#include <SdFat.h>
#include <SdFatUtil.h>
#include <SFEMP3Shield.h>
//Initialize sd card and MP3 shield
SFEMP3Shield MP3player;
SdFat sd;