2022-08-17 08:45:48 +02:00

9 lines
125 B
C

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