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

7 lines
73 B
C
Raw Normal View History

2022-05-29 00:28:23 +02:00
#ifndef __LEDS_H
#define __LEDS_H
void leds_init();
2022-05-29 00:47:46 +02:00
#endif // __LEDS_H