Initialize LEDs

This commit is contained in:
2022-05-29 00:28:23 +02:00
committed by jazzpi
parent bc3771c39a
commit b28ff29f45
4 changed files with 36 additions and 0 deletions

6
Core/Inc/leds.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __LEDS_H
#define __LEDS_H
void leds_init();
#endif // __LEDS_H