led_blink.h 97 B

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