eurorack/midi2cv/drivers/peripherals.h

9 lines
140 B
C
Raw Normal View History

2020-04-13 13:38:56 +00:00
#pragma once
#include <stm32f3xx_hal.h>
extern IWDG_HandleTypeDef hiwdg;
extern TIM_HandleTypeDef htim2;
extern SPI_HandleTypeDef hspi2;