mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-05 17:44:42 -07:00
docs: document ADXL355 accelerometer support
Signed-off-by: Sven Thiele <thiele61@gmx.de>
This commit is contained in:
parent
966f97ecc1
commit
7bdf43e186
4 changed files with 89 additions and 15 deletions
|
|
@ -345,6 +345,26 @@ and might later produce asynchronous messages such as:
|
|||
The "header" field in the initial query response is used to describe
|
||||
the fields found in later "data" responses.
|
||||
|
||||
### adxl355/dump_adxl355
|
||||
|
||||
This endpoint is used to subscribe to ADXL355 accelerometer data.
|
||||
Obtaining these low-level motion updates may be useful for diagnostic
|
||||
and debugging purposes. Using this endpoint may increase Klipper's
|
||||
system load.
|
||||
|
||||
A request may look like:
|
||||
`{"id": 123, "method":"adxl355/dump_adxl355",
|
||||
"params": {"sensor": "adxl355", "response_template": {}}}`
|
||||
and might return:
|
||||
`{"id": 123,"result":{"header":["time","x_acceleration","y_acceleration",
|
||||
"z_acceleration"]}}`
|
||||
and might later produce asynchronous messages such as:
|
||||
`{"params":{"overflows":0,"data":[[3292.432935,-535.44309,-1529.8374,9561.4],
|
||||
[3292.433256,-382.45935,-1606.32927,9561.48375]]}}`
|
||||
|
||||
The "header" field in the initial query response is used to describe
|
||||
the fields found in later "data" responses.
|
||||
|
||||
### angle/dump_angle
|
||||
|
||||
This endpoint is used to subscribe to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue