feat: 模块化开发c语言led

This commit is contained in:
2025-11-02 20:15:40 +08:00
parent e28513bf75
commit c6365a7548
9 changed files with 142 additions and 19 deletions

View File

@@ -57,6 +57,8 @@ void Error_Handler(void);
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/
#define LED_Pin GPIO_PIN_2
#define LED_GPIO_Port GPIOB
/* USER CODE BEGIN Private defines */