#ifndef HECK_DAISY_GLOBALS_HH #define HECK_DAISY_GLOBALS_HH #include #include "daisy_seed.h" #include "daisysp.h" #include "types.hh" namespace Heck { namespace Constants { namespace Hardware { // constexpr int PIN_BUTTON_RECORD = 28; } constexpr bool CPU_BOOST480MHZ = false; constexpr int AUDIO_BUFFERSIZE = 4; constexpr Samplerate AUDIO_SAMPLERATE = Samplerate::SAI_48KHZ; namespace Developer { constexpr bool LOG_BLOCKS_BOOT = false; } } // namespace Constants //Hardware extern ld::DaisySeed seed; // extern ld::Switch but_rec; } // namespace Heck #endif