|
|
|
|
@ -77,20 +77,23 @@ void vTimerCallback(TimerHandle_t xTimer);
|
|
|
|
|
/* USER CODE END EFP */
|
|
|
|
|
|
|
|
|
|
/* Private defines -----------------------------------------------------------*/
|
|
|
|
|
#define LED1_Pin GPIO_PIN_3
|
|
|
|
|
#define LED1_GPIO_Port GPIOA
|
|
|
|
|
#define LED2_Pin GPIO_PIN_0
|
|
|
|
|
#define LED2_GPIO_Port GPIOA
|
|
|
|
|
|
|
|
|
|
#define SPK1_Pin GPIO_PIN_1
|
|
|
|
|
#define SPK1_GPIO_Port GPIOA
|
|
|
|
|
#define BigButton_Pin GPIO_PIN_2
|
|
|
|
|
#define BigButton_GPIO_Port GPIOA
|
|
|
|
|
#define LED1_Pin GPIO_PIN_3
|
|
|
|
|
#define LED1_GPIO_Port GPIOA
|
|
|
|
|
#define SPK2_Pin GPIO_PIN_7
|
|
|
|
|
#define SPK2_GPIO_Port GPIOA
|
|
|
|
|
|
|
|
|
|
#define MinusButton_Pin GPIO_PIN_12
|
|
|
|
|
#define MinusButton_GPIO_Port GPIOB
|
|
|
|
|
#define PlusButton_Pin GPIO_PIN_15
|
|
|
|
|
#define PlusButton_GPIO_Port GPIOB
|
|
|
|
|
#define BigButton_Pin GPIO_PIN_2
|
|
|
|
|
#define BigButton_GPIO_Port GPIOA
|
|
|
|
|
|
|
|
|
|
/* USER CODE BEGIN Private defines */
|
|
|
|
|
|
|
|
|
|
/* USER CODE END Private defines */
|
|
|
|
|
|