mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
10 lines
212 B
C
10 lines
212 B
C
#pragma once
|
|
|
|
#include <stm32f0xx_hal.h>
|
|
|
|
extern ADC_HandleTypeDef hadc1;
|
|
extern DMA_HandleTypeDef hdma1_channel1;
|
|
extern SPI_HandleTypeDef hspi1;
|
|
extern TIM_HandleTypeDef htim3;
|
|
extern TIM_HandleTypeDef htim6;
|
|
|