Use board-specific or platform SPI pins in HAL_STM32 (#12323)
This commit is contained in:
committed by
Scott Lahteine
parent
60dbd8161c
commit
176654791e
@ -104,13 +104,6 @@
|
||||
#define E1_CS_PIN PE5
|
||||
#endif
|
||||
|
||||
//
|
||||
// SPI
|
||||
//
|
||||
#define SCK_PIN PA5
|
||||
#define MISO_PIN PA6
|
||||
#define MOSI_PIN PA7
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
@ -133,7 +126,6 @@
|
||||
// Misc functions
|
||||
//
|
||||
#define SDSS PE7
|
||||
#define SS_PIN PE7
|
||||
#define LED_PIN PB7 // Heart beat
|
||||
#define PS_ON_PIN PA10
|
||||
#define KILL_PIN PA8
|
||||
|
Reference in New Issue
Block a user