Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

Revision:
0:34ee385f4d2d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led1.h	Sat Oct 23 05:49:09 2021 +0000
@@ -0,0 +1,22 @@
+#ifndef __LED1_H_
+#define __LED1_H_
+
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+#include "main_Lec9.h"
+
+/*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