代码美化

This commit is contained in:
2024-12-25 00:37:53 +08:00
parent ed8b6b3f6d
commit 6702703031
6 changed files with 26 additions and 14 deletions

View File

@@ -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