blob: bd0df49944f3b22121cf2b23ce99e0c8691f83b5 [file] [edit]
#pragma once
#include "audio/audio.hpp"
extern TIM_HandleTypeDef htim6;
extern DAC_HandleTypeDef hdac1;
extern "C" {
void TIM6_DAC_IRQHandler(void);
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim);
}
using namespace blit;
namespace sound {
void init();
}