Skip to content

Commit

Permalink
SB2240 ADXL CS pin correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jurikaur committed May 9, 2023
1 parent d661c51 commit 2e6b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_templates/mcu_defaults/toolhead/BTT_SB2240_v1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aliases:

STATUS_NEOPIXEL=MCU_RGB ,

ADXL_CS=MCU_SPI2_CS , ADXL_SCLK=MCU_SPI2_CLK , ADXL_MISO=MCU_SPI2_MISO , ADXL_MOSI=MCU_SPI2_MOSI ,
ADXL_CS=MCU_SPI2_NSS , ADXL_SCLK=MCU_SPI2_CLK , ADXL_MISO=MCU_SPI2_MISO , ADXL_MOSI=MCU_SPI2_MOSI ,
MAX31865_NSS=MCU_SPI1_NSS , MAX31865_CLK=MCU_SPI1_CLK , MAX31865_MOSI=MCU_SPI1_MOSI , MAX31865_MISO = MCU_SPI1_MISO ,


Expand Down

0 comments on commit 2e6b912

Please sign in to comment.