#ifndef __BLINK_LED__ #define __BLINK_LED__ void led_interrupt(); void initLed(); void blinkTheLED(); #endif