Skip to content

Commit

Permalink
Docs: correct chip parameter in measure_axis_noise
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt authored Apr 13, 2023
1 parent f44f836 commit f235563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/configuration/toolboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Because we use USB we need to take extra care to secure our wiring, it is **impe

# Toolboard accelerometer

Just like all toolboard pins have their name prefixed by `toolboard:`, the onboard accelerometer has it's own name to. To reference it use `adxl345 toolboard`, for example in `MEASURE_AXIS_NOISE` you would add the chip name like this: `MEASURE_AXIS_NOISE CHIP="adxl345 toolboard"`.
Just like all toolboard pins have their name prefixed by `toolboard:`, the onboard accelerometer has it's own name too. To reference it use `adxl345 toolboard` or `toolboard`, for example in `MEASURE_AXIS_NOISE` you would add the chip name like this: `MEASURE_AXIS_NOISE CHIP="toolboard"`.

0 comments on commit f235563

Please sign in to comment.