untested! the thing might blow up and tear a black hole into your desktop
@ -13,7 +13,7 @@ namespace Heck {
constexpr int PIN_BUTTON_CLEAR = 27;
}
constexpr bool CPU_BOOST480MHZ = false;
constexpr int AUDIO_BUFFERSIZE = 4;
constexpr int AUDIO_SAMPLERATE = 48000;
constexpr int TRACK_COUNT = 4;
@ -60,7 +60,7 @@ namespace Heck {
void init()
{
hw.Configure();
hw.Init();
hw.Init(Constants::CPU_BOOST480MHZ);
hw.StartLog(Constants::Developer::LOG_BLOCKS_BOOT);
but_rec.Init(hw.GetPin(Constants::Hardware::PIN_BUTTON_RECORD), 0);