initcommit osclsk prototype
This commit is contained in:
commit
4ade3a5f00
19 changed files with 1780 additions and 0 deletions
11
daisy/scope/scope.hpp
Normal file
11
daisy/scope/scope.hpp
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue