11.22:完善注释;提高代码的移植性;完善串口程序。

This commit is contained in:
2025-11-22 20:16:58 +08:00
parent 2891992946
commit 33e53ec469
32 changed files with 5308 additions and 266 deletions

View File

@@ -4,6 +4,11 @@
#include "stm32f10x.h" // Device header
#define LED_PC13_WORK_MODE LED_PC13_LIGHT_MODE
#define LED_PC13_STM32_STATE_MODE 0
#define LED_PC13_LIGHT_MODE 1
/* PC13LED<45><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
#define LED_PC13_GPIO_CLOCK RCC_APB2Periph_GPIOC
#define LED_PC13_GPIO_PORT GPIOC