mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 11:05:49 +00:00
7 lines
147 B
C
7 lines
147 B
C
#pragma once
|
|
|
|
#include <stm32f0xx_hal.h>
|
|
|
|
extern ADC_HandleTypeDef hadc1;
|
|
extern DMA_HandleTypeDef hdma1_channel1;
|
|
extern SPI_HandleTypeDef hspi1;
|