splitting project

i have included the sd-library in the ino-file before importing the sdcard.h

Sd2Card, SdVolume, and SdFile are classes inside this sd-library

12 #include <SD.h>
13 const int SlaveSelect_SDCard=53;
14 #include "sdcard.h"
15 setup_sd();