Remove A1
From iagent
Remove is an accellerometer for doing input shaping with Klipper.
Pinout diagram
Klipper configuration
# The Remove resonance tester mcu
[mcu rp2040]
serial: /dev/ttyACM0
baud: 1500000
[adxl345]
cs_pin: rp2040:gpio5
spi_bus: spi0a
[resonance_tester]
accel_chip: adxl345
probe_points:
100, 100, 20 # an example
[static_digital_output remove_leds]
pins: rp2040:gpio17, rp2040:gpio18


