mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 11:05:49 +00:00
9 lines
140 B
C
9 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
#include <stm32f3xx_hal.h>
|
||
|
|
||
|
extern IWDG_HandleTypeDef hiwdg;
|
||
|
extern TIM_HandleTypeDef htim2;
|
||
|
extern SPI_HandleTypeDef hspi2;
|
||
|
|