mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-14 18:55:48 +00:00
11 lines
244 B
C
11 lines
244 B
C
#pragma once
|
|
|
|
#include <stm32f0xx_hal.h>
|
|
|
|
extern ADC_HandleTypeDef hadc1;
|
|
extern DMA_HandleTypeDef hdma1_channel1;
|
|
extern SPI_HandleTypeDef hspi1;
|
|
extern TIM_HandleTypeDef htim1;
|
|
extern TIM_HandleTypeDef htim3;
|
|
extern TIM_HandleTypeDef htim6;
|
|
|