#include "audio.h" #include "storage.h" void setup() { initAudio(); initStorage(); } void loop() { handleAudio(); handleStorage(); }