#ifndef LED_H #define LED_H int led_init(); int led_set(int state); int led_toggle(); #endif // LED_H