#pragma once #include "stm32f030x6.h" #include "pinning.h" #define LED_BITS 12 #define LED_COUNT 9 void LED_Init(void);