#include <Arduino.h> #include "storage.h" void setup() { Serial.begin(9600); sd_init(); } void loop() { }