mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
6 lines
171 B
C
6 lines
171 B
C
|
#include "peripherals.h"
|
||
|
|
||
|
IWDG_HandleTypeDef hiwdg = { .Instance = IWDG };
|
||
|
TIM_HandleTypeDef htim2 = { .Instance = TIM2 };
|
||
|
SPI_HandleTypeDef hspi2 = { .Instance = SPI2 };
|