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