Last active
May 9, 2022 02:39
-
-
Save vajonam/e5414de23fd3b28e3fa98b3dc37ff5d2 to your computer and use it in GitHub Desktop.
BTT SKR Mini V1.2 - ADXL345 - Klipper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[adxl345] | |
axes_map: x,-y,z | |
cs_pin: PC7 | |
spi_bus: spi1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On an BTT SKR Mini V1.2 I was able to get it working
PC7
is a unused neopixel ping for chip select pinWiring based on pinout above.
However I did notice that that the MCU didn't boot up with the ADXL connected, it seems to work with it disconnected and then once it starts up and get the
klipper: ready
, you can connect up the ADXL345 and theACCEL.._QUERY
should return correct.