// // Created by bruno on 16.2.2025. // #ifndef RISCB_PERIPHERALDATA_H #define RISCB_PERIPHERALDATA_H #include "audio.h" extern AudioData audioData; #endif //RISCB_PERIPHERALDATA_H