led.h 121 B

12345678910
  1. #ifndef __BLINK_LED__
  2. #define __BLINK_LED__
  3. void led_interrupt();
  4. void initLed();
  5. void blinkTheLED();
  6. #endif