The senseBox-Shield is a plug-on module for Arduino to connect different sensor modules.
Arduino IDE Example Sketches: File->Examples->SD
Note, the on-board microSD socket has to be deactivated, if it is not used.
void setup()
{
pinMode(4, OUTPUT); // CS = Pin 4
digitalWrite(4, HIGH);
...