| | |
| | | /* USER CODE END EFP */ |
| | | |
| | | /* Private defines -----------------------------------------------------------*/ |
| | | #define Key1_Pin GPIO_PIN_0 |
| | | #define Key1_GPIO_Port GPIOA |
| | | #define Key1_EXTI_IRQn EXTI0_IRQn |
| | | #define Key2_Pin GPIO_PIN_1 |
| | | #define Key2_GPIO_Port GPIOA |
| | | #define Key2_EXTI_IRQn EXTI1_IRQn |
| | | #define AdcMic_Pin GPIO_PIN_0 |
| | | #define AdcMic_GPIO_Port GPIOB |
| | | #define AdcLux_Pin GPIO_PIN_1 |
| | | #define AdcLux_GPIO_Port GPIOB |
| | | #define W1Dat_Pin GPIO_PIN_14 |
| | | #define W1Dat_GPIO_Port GPIOB |
| | | #define Relay_Pin GPIO_PIN_15 |
| | |
| | | #define BlueLed_GPIO_Port GPIOB |
| | | #define SysLed_Pin GPIO_PIN_5 |
| | | #define SysLed_GPIO_Port GPIOB |
| | | #define Key3_Pin GPIO_PIN_9 |
| | | #define Key3_GPIO_Port GPIOB |
| | | #define Key3_EXTI_IRQn EXTI9_5_IRQn |
| | | /* USER CODE BEGIN Private defines */ |
| | | |
| | | /* USER CODE END Private defines */ |