9 lines
79 B
C
9 lines
79 B
C
|
#ifndef _LED_H
|
||
|
#define _LED_H
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
void LED_Init(void);
|
||
|
|
||
|
#endif
|