11 lines
154 B
C
11 lines
154 B
C
#pragma once
|
|
|
|
#include "stm32f030x6.h"
|
|
#include "pinning.h"
|
|
|
|
#define LED_BITS 12
|
|
#define LED_COUNT 12
|
|
|
|
void LED_Init(void);
|
|
|