periph.h 184 B

12345678910
  1. #ifndef PERIPH_H
  2. #define PERIPH_H
  3. #include "stm32f3xx_hal.h"
  4. extern SPI_HandleTypeDef hspi2;
  5. extern UART_HandleTypeDef huart2;
  6. extern TIM_HandleTypeDef htim1;
  7. #endif /* PERIPH_H */