L6470 SPI daisy chain support (#12895)
This commit is contained in:
@@ -1133,3 +1133,18 @@
|
||||
#if PIN_EXISTS(E5_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_SERIAL_RX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(L6470_CHAIN_SCK)
|
||||
REPORT_NAME_DIGITAL(__LINE__, L6470_CHAIN_SCK_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(L6470_CHAIN_MISO)
|
||||
REPORT_NAME_DIGITAL(__LINE__, L6470_CHAIN_MISO_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(L6470_CHAIN_MOSI)
|
||||
REPORT_NAME_DIGITAL(__LINE__, L6470_CHAIN_MOSI_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(L6470_CHAIN_SS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, L6470_CHAIN_SS_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(L6470_RESET_CHAIN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, L6470_RESET_CHAIN_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user