9 lines
125 B
C
9 lines
125 B
C
#ifndef __LEDS_H
|
|
#define __LEDS_H
|
|
|
|
#include "stm32g4xx_hal.h"
|
|
|
|
void leds_init(TIM_HandleTypeDef* timer);
|
|
|
|
#endif // __LEDS_H
|