Difference between revisions of "Remove A0"
From iagent
(Created page with "Remove is an accellerometer for doing input shaping with Klipper.") |
|||
Line 1: | Line 1: | ||
Remove is an accellerometer for doing input shaping with Klipper. | Remove is an accellerometer for doing input shaping with Klipper. | ||
+ | |||
+ | <pre> | ||
+ | |||
+ | [adxl345] | ||
+ | cs_pin: rp2040:gpio5 | ||
+ | spi_bus: spi0a | ||
+ | |||
+ | [resonance_tester] | ||
+ | accel_chip: adxl345 | ||
+ | probe_points: | ||
+ | 100, 100, 20 # an example | ||
+ | |||
+ | </pre> |
Revision as of 21:16, 29 August 2022
Remove is an accellerometer for doing input shaping with Klipper.
[adxl345] cs_pin: rp2040:gpio5 spi_bus: spi0a [resonance_tester] accel_chip: adxl345 probe_points: 100, 100, 20 # an example