#ifndef YELLOW_LED_H #define YELLOW_LED_H void init_yellow(void); void yellow_on(void); void yellow_off(void); #endif