version 1

This commit is contained in:
Your Name
2024-04-15 20:53:59 +03:00
parent fc727dfbfe
commit 23598a80db
8 changed files with 175 additions and 48 deletions

View File

@@ -65,6 +65,8 @@ void Error_Handler(void);
#define Led3_GPIO_Port GPIOA
#define Led4_Pin GPIO_PIN_3
#define Led4_GPIO_Port GPIOA
#define Button_Pin GPIO_PIN_5
#define Button_GPIO_Port GPIOA
/* USER CODE BEGIN Private defines */