Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13 | Rev 16 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | #define SPI_SCK_GPIO_Port GPIOA |
66 | #define SPI_SCK_GPIO_Port GPIOA |
67 | #define SPI_NSS1_Pin GPIO_PIN_6 |
67 | #define SPI_NSS1_Pin GPIO_PIN_6 |
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 |
|
- | 72 | #define USB_PULLUP_GPIO_Port GPIOB |
|
71 | /* USER CODE BEGIN Private defines */ |
73 | /* USER CODE BEGIN Private defines */ |
72 | 74 | ||
73 | /* USER CODE END Private defines */ |
75 | /* USER CODE END Private defines */ |
74 | 76 | ||
75 | #ifdef __cplusplus |
77 | #ifdef __cplusplus |