steering-wheel-stm/Core/Inc/leds.h

9 lines
125 B
C
Raw Permalink Normal View History

2022-05-29 00:28:23 +02:00
#ifndef __LEDS_H
#define __LEDS_H
2022-08-17 08:45:48 +02:00
#include "stm32g4xx_hal.h"
void leds_init(TIM_HandleTypeDef* timer);
2022-05-29 00:28:23 +02:00
2022-05-29 00:47:46 +02:00
#endif // __LEDS_H