Rev 18 | Rev 24 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 21 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | #define SPI_NSS1_GPIO_Port GPIOA |
68 | #define SPI_NSS1_GPIO_Port GPIOA |
69 | #define SPI_MOSI_Pin GPIO_PIN_7 |
69 | #define SPI_MOSI_Pin GPIO_PIN_7 |
70 | #define SPI_MOSI_GPIO_Port GPIOA |
70 | #define SPI_MOSI_GPIO_Port GPIOA |
71 | #define USB_PULLUP_Pin GPIO_PIN_4 |
71 | #define USB_PULLUP_Pin GPIO_PIN_4 |
72 | #define USB_PULLUP_GPIO_Port GPIOB |
72 | #define USB_PULLUP_GPIO_Port GPIOB |
- | 73 | #define encoder_push_Pin GPIO_PIN_5 |
|
- | 74 | #define encoder_push_GPIO_Port GPIOB |
|
- | 75 | #define encoder_1_Pin GPIO_PIN_6 |
|
- | 76 | #define encoder_1_GPIO_Port GPIOB |
|
- | 77 | #define encoder_2_Pin GPIO_PIN_7 |
|
- | 78 | #define encoder_2_GPIO_Port GPIOB |
|
73 | /* USER CODE BEGIN Private defines */ |
79 | /* USER CODE BEGIN Private defines */ |
74 | 80 | ||
75 | /* USER CODE END Private defines */ |
81 | /* USER CODE END Private defines */ |
76 | 82 | ||
77 | #ifdef __cplusplus |
83 | #ifdef __cplusplus |