Accelerometer Config Error
-
I'm trying to get an LIS3DSH working on a Duet2 WiFi. I have this in my config.g: M955 P0 C"spi.cs4+spi.cs3"
On trying to execute the sample from the wiki: G1 X-50 G4 S2 M956 P124.0 S1000 A0 G4 P10 G1 X50 F20000
I get this error: M956: Board address of driver must be 0
Any help would be appreciated!
-
@dmpmassive in your M956 command use P0 not P124.0.
-
@dc42 Thank you!