Rajath Ravi / Mbed 2 deprecated ADC_DMA_POST_LEC12

Dependencies:   mbed

Revision:
1:c125f4e65df7
Parent:
0:716b93ab9a58
--- a/interrupt.h	Fri Oct 29 20:56:20 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#ifndef __INTERRUPT_H_
-#define __INTERRUPT_H_
-
-
-#ifdef __cplusplus
- extern "C" {
-#endif
-
-#include "main.h"
-
-//Defining function that enables Interrupt corresponding to TIMER 3 IN  NVIC
-void enableNVIC_Timer3(void);
-
-//Defining function that enables Interrupt configuration and handling
-void enableEXTI6OnPortC(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /*__INTERRUPT_H */
\ No newline at end of file