Pin names added, compiles now

This commit is contained in:
Wolfgang Hottgenroth
2017-05-26 18:57:42 +02:00
parent 27f62c4c27
commit 7bc9071407
9 changed files with 138 additions and 67 deletions

View File

@ -41,6 +41,10 @@
/* Private define ------------------------------------------------------------*/
#define LED_Pin GPIO_PIN_13
#define LED_GPIO_Port GPIOC
#define ERROR_Pin GPIO_PIN_14
#define ERROR_GPIO_Port GPIOC
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */