generated from hulk/gd32e23x_template
代码美化
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#define LED_PORT GPIOA
|
||||
#define LED_PIN GPIO_PIN_7
|
||||
#define LED_RCU RCU_GPIOA
|
||||
@@ -21,6 +23,8 @@
|
||||
#define LED_TIMER TIMER16
|
||||
#define LED_IRQ TIMER16_IRQn
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
void led_config(void);
|
||||
|
||||
#endif //LED_H
|
||||
|
Reference in New Issue
Block a user