main: added button for changing system_mode to offscreen

This commit is contained in:
Charlez Kwan 2020-01-26 12:29:42 +01:00
parent e0fb9cd4ab
commit ebae8286fc
2 changed files with 11 additions and 2 deletions

View file

@ -92,6 +92,8 @@ void Error_Handler(void);
#define ButtonPress_GPIO_Port GPIOB
#define ButtonRight_Pin GPIO_PIN_14
#define ButtonRight_GPIO_Port GPIOB
#define system_mode_Pin GPIO_PIN_15
#define system_mode_GPIO_Port GPIOB
#define LED_Pin GPIO_PIN_8
#define LED_GPIO_Port GPIOB
/* USER CODE BEGIN Private defines */