#ifndef LED_H #define LED_H void led_init(void); void leds_off(void); #endif