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.

15 lines
314 B

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