Subversion Repositories DashDisplay

Rev

Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line 39... Line 39...
39
 
39
 
40
/* USER CODE END Includes */
40
/* USER CODE END Includes */
41
 
41
 
42
/* Private define ------------------------------------------------------------*/
42
/* Private define ------------------------------------------------------------*/
43
 
43
 
44
#define SPI1_NSS1_Pin GPIO_PIN_4
44
#define SPI_NSS1_Pin GPIO_PIN_4
45
#define SPI1_NSS1_GPIO_Port GPIOA
45
#define SPI_NSS1_GPIO_Port GPIOA
46
#define SPI1CD_Pin GPIO_PIN_6
46
#define SPI1CD_Pin GPIO_PIN_6
47
#define SPI1CD_GPIO_Port GPIOA
47
#define SPI1CD_GPIO_Port GPIOA
48
#define SPI_RESET_Pin GPIO_PIN_4
48
#define SPI_RESET_Pin GPIO_PIN_4
49
#define SPI_RESET_GPIO_Port GPIOC
49
#define SPI_RESET_GPIO_Port GPIOC
50
#define SPI_NSS2_Pin GPIO_PIN_5
50
#define SPI_NSS2_Pin GPIO_PIN_5
51
#define SPI_NSS2_GPIO_Port GPIOC
51
#define SPI_NSS2_GPIO_Port GPIOC
52
#define SW1_PUSH_Pin GPIO_PIN_12
52
#define SW1_PUSH_Pin GPIO_PIN_12
53
#define SW1_PUSH_GPIO_Port GPIOB
53
#define SW1_PUSH_GPIO_Port GPIOB
54
#define SW_I_Pin GPIO_PIN_13
54
#define SW1_I_Pin GPIO_PIN_13
55
#define SW_I_GPIO_Port GPIOB
55
#define SW1_I_GPIO_Port GPIOB
56
#define SW1_Q_Pin GPIO_PIN_14
56
#define SW1_Q_Pin GPIO_PIN_14
57
#define SW1_Q_GPIO_Port GPIOB
57
#define SW1_Q_GPIO_Port GPIOB
58
#define SW2_PUSH_Pin GPIO_PIN_15
58
#define SW2_PUSH_Pin GPIO_PIN_15
59
#define SW2_PUSH_GPIO_Port GPIOB
59
#define SW2_PUSH_GPIO_Port GPIOB
60
#define SW2_I_Pin GPIO_PIN_6
60
#define SW2_I_Pin GPIO_PIN_6