#ifndef _LED_H #define _LED_H #include "main.h" void LED_Init(void); #endif