Rajath Ravi / Mbed 2 deprecated ADC_DMA_POST_LEC12

Dependencies:   mbed

Revision:
1:c125f4e65df7
Parent:
0:716b93ab9a58
--- a/led1.h	Fri Oct 29 20:56:20 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#ifndef __LED1_H_  //Mort: These labels need to be unique! otherwise it doesn't work!
-#define __LED1_H_
-
-#include "main_Lec9.h"
-
-#ifdef __cplusplus
- extern "C" {
-#endif
-
-/*Defining Function that initializes the LED*/
-void init_LED1(void);
-
-/*Defining function that toggles the LED Switch*/
-void toggle_LED1(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /*__LED1_H */
\ No newline at end of file