first commit
This commit is contained in:
12
Gambal/APP/led.h
Normal file
12
Gambal/APP/led.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef _LED_H
|
||||
#define _LED_H
|
||||
|
||||
|
||||
#define led PBout(3)
|
||||
|
||||
#include "stm32f10x.h"
|
||||
#include "system.h"
|
||||
void led_init(void);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user