diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 12:42:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 12:42:45 -0400 |
commit | 1feea0cfe8310b7633c27da9c45cc6422014a78b (patch) | |
tree | a4c624997045b736f08e5cb4222820b9c34dd56a | |
parent | 830c80a88a3def5e2a4ef0ff9a6d833eff475d5e (diff) | |
download | kutter-1feea0cfe8310b7633c27da9c45cc6422014a78b.tar.gz kutter-1feea0cfe8310b7633c27da9c45cc6422014a78b.tar.xz kutter-1feea0cfe8310b7633c27da9c45cc6422014a78b.zip |
docs: Fix typo in Measuring_Resonances.md
Reported by @fredrikbaberg.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Measuring_Resonances.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index f9272ed3..1487cda5 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -7,7 +7,7 @@ Note that using ADXL345 requires some soldering and crimping. ADXL345 can be connected to a Raspberry Pi directly, or to an SPI interface of an MCU board (it needs to be reasonably fast). -When sourcing ADLX345, be aware that there is a variety of different PCB +When sourcing ADXL345, be aware that there is a variety of different PCB board designs and different clones of them. Make sure that the board supports SPI mode (small number of boards appear to be hard-configured for I2C by pulling SDO to GND), and, if it is going to be connected to a 5V printer MCU, |