8 lines
90 B
C
8 lines
90 B
C
#ifndef __LED_H
|
|
#define __LED_H
|
|
#include "main.h"
|
|
|
|
void LED_Control(u8 led_ctrl);
|
|
|
|
#endif
|