This commit is contained in:
2020-10-11 00:41:58 +02:00
parent 815241d035
commit a8baec64ab
21 changed files with 845 additions and 37 deletions

View File

@ -58,6 +58,8 @@ void Error_Handler(void);
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/
#define LED_Blue_Pin GPIO_PIN_13
#define LED_Blue_GPIO_Port GPIOC
#define LED_Red_Pin GPIO_PIN_11
#define LED_Red_GPIO_Port GPIOA
#define LED_Green_Pin GPIO_PIN_12