First working prototype
This commit is contained in:
parent
4d3ea331f2
commit
2060cd1233
3 changed files with 104 additions and 30 deletions
|
@ -86,6 +86,8 @@ void Error_Handler(void);
|
|||
#define BUSY_GPIO_Port GPIOA
|
||||
#define SPI_CS_Pin GPIO_PIN_4
|
||||
#define SPI_CS_GPIO_Port GPIOA
|
||||
#define TimerControl_Pin GPIO_PIN_10
|
||||
#define TimerControl_GPIO_Port GPIOB
|
||||
#define ButtonLeft_Pin GPIO_PIN_12
|
||||
#define ButtonLeft_GPIO_Port GPIOB
|
||||
#define ButtonPress_Pin GPIO_PIN_13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue