Subversion Repositories DashDisplay

Rev

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

Rev 58 Rev 61
Line 139... Line 139...
139
#define SPI_MOSI_GPIO_Port GPIOA
139
#define SPI_MOSI_GPIO_Port GPIOA
140
#define SPI_RESET_Pin GPIO_PIN_4
140
#define SPI_RESET_Pin GPIO_PIN_4
141
#define SPI_RESET_GPIO_Port GPIOC
141
#define SPI_RESET_GPIO_Port GPIOC
142
#define SPI_NSS2_Pin GPIO_PIN_5
142
#define SPI_NSS2_Pin GPIO_PIN_5
143
#define SPI_NSS2_GPIO_Port GPIOC
143
#define SPI_NSS2_GPIO_Port GPIOC
-
 
144
#define BT_STATE_Pin GPIO_PIN_2
-
 
145
#define BT_STATE_GPIO_Port GPIOB
144
#define SW1_PUSH_Pin GPIO_PIN_12
146
#define SW1_PUSH_Pin GPIO_PIN_12
145
#define SW1_PUSH_GPIO_Port GPIOB
147
#define SW1_PUSH_GPIO_Port GPIOB
146
#define SW1_I_Pin GPIO_PIN_13
148
#define SW1_I_Pin GPIO_PIN_13
147
#define SW1_I_GPIO_Port GPIOB
149
#define SW1_I_GPIO_Port GPIOB
148
#define SW1_Q_Pin GPIO_PIN_14
150
#define SW1_Q_Pin GPIO_PIN_14
Line 172... Line 174...
172
#ifdef __cplusplus
174
#ifdef __cplusplus
173
}
175
}
174
#endif
176
#endif
175
 
177
 
176
#endif /* __MAIN_H */
178
#endif /* __MAIN_H */
177
 
-
 
178
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
-