taz5 pico.cfg

🧩 Syntax:
#########################################
# Raspberry Pi Pico RP2040
# Used as adxl345 input shaper mcu
#########################################

[mcu pico]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6614104036A0D2F-if00

[adxl345]
spi_bus: spi0a
cs_pin: pico:gpio1

[resonance_tester]
accel_chip: adxl345
probe_points:
        150,150,20 # an example

#       [adxl345 bed]
#       cs_pin: pico:gpio1
#       spi_bus: spi0a
#       axes_map: x,z,y

#########################################
# This config is in ebb42.cfg 
#########################################
#       [adxl345 hotend]
#       cs_pin: ebb42:PB12
#       spi_software_sclk_pin: ebb42:PB10
#       spi_software_mosi_pin: ebb42:PB11
#       spi_software_miso_pin: ebb42:PB2
#       # axes_map: x,z,y

#       [resonance_tester]
#       accel_chip_x: adxl345 hotend
#       accel_chip_y: adxl345 bed
#       probe_points = 150, 150, 25

# [adxl345 bed]
# cs_pin: pico:PB12
# spi_software_sclk_pin: pico:PB10
# spi_software_mosi_pin: pico:PB11
# spi_software_miso_pin: pico:PB2
# axes_map: x,y,z

# [adxl345 bed]
# cs_pin = PB12
# spi_bus = spi2
# axes_map = x,y,z

# [output_pin power_mode] # Improve power stability
# pin: pico:gpio23