Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers led1.h Source File

led1.h

00001 #ifndef __LED1_H_
00002 #define __LED1_H_
00003 
00004 
00005 #ifdef __cplusplus
00006  extern "C" {
00007 #endif
00008 
00009 #include "main_Lec9.h"
00010 
00011 /*Defining Function that initializes the LED*/
00012 void init_LED1(void);
00013 
00014 /*Defining function that toggles the LED Switch*/
00015 void toggle_LED1(void);
00016 
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 
00022 #endif /*__LED1_H */