You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
351 B

4 years ago
4 years ago
4 years ago
  1. #ifndef __IRQHANDLER_H__
  2. #define __IRQHANDLER_H__
  3. #include "ES8P5066.h"
  4. #include "systick.h"
  5. //#include "light.h"
  6. //#include "gpio.h"
  7. /************�жϺ�������***********/
  8. void NMI_IRQHandler(void);
  9. void HardFault_IRQHandler(void);
  10. void SVC_IRQHandler(void);
  11. void PendSV_IRQHandler(void);
  12. void SysTick_IRQHandler(void);
  13. #endif