#ifndef __LEDS_H #define __LEDS_H #include "stm32g4xx_hal.h" void leds_init(TIM_HandleTypeDef* timer); #endif // __LEDS_H