led control
This commit is contained in:
23
my_src/led.h
Normal file
23
my_src/led.h
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* led.h
|
||||
*
|
||||
* Created on: Jan 18, 2018
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef LED_H_
|
||||
#define LED_H_
|
||||
|
||||
|
||||
void ledInit();
|
||||
|
||||
void ledGreenOn();
|
||||
void ledGreenOff();
|
||||
void ledGreenBlink();
|
||||
void ledRedOn();
|
||||
void ledRedOff();
|
||||
void ledRedBlink();
|
||||
|
||||
|
||||
|
||||
#endif /* LED_H_ */
|
Reference in New Issue
Block a user