main
This commit is contained in:
10
USER/led.h
Normal file
10
USER/led.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __LED_H
|
||||
#define __LED_H
|
||||
#include "sys.h"
|
||||
#define LED0 PBout(12)
|
||||
|
||||
|
||||
void LED_Init(void);
|
||||
void ledloop(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user