main: added button for changing system_mode to offscreen
This commit is contained in:
parent
e0fb9cd4ab
commit
ebae8286fc
2 changed files with 11 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue