Some changes

This commit is contained in:
2025-02-16 17:28:10 +01:00
parent 0fc4040ad7
commit 4d3755e2ce
18 changed files with 562 additions and 80 deletions

View File

@@ -0,0 +1,11 @@
//
// 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