#ifndef _LED_H_ #define _LED_H_ void LED_red(void); void LED_green(void); void LED_bule(void ); #endif