initcommit osclsk prototype

This commit is contained in:
Ellen Arvidsson 2025-06-13 12:51:54 +02:00
commit 4ade3a5f00
19 changed files with 1780 additions and 0 deletions

11
daisy/scope/scope.hpp Normal file
View file

@ -0,0 +1,11 @@
#ifndef _SCOPE_HPP
#define _SCOPE_HPP
#include "daisy_seed.h"
extern daisy::DaisySeed daisy_hw;
#define AUDIOC_LOG (daisy_hw.PrintLine)
#include "audioc.hpp"
#endif /* _SCOPE_HPP */