diff options
author | crazyroses <34101354+crazyroses@users.noreply.github.com> | 2023-04-24 17:07:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 11:07:10 -0400 |
commit | 5a49372dec24fc9874c17fa63b6676d3adb9b4f6 (patch) | |
tree | 21638cc5db918b693b47521a1967b3e264e57675 /docs | |
parent | 9b59d745f1d025e883533825b55435d2240b7944 (diff) | |
download | kutter-5a49372dec24fc9874c17fa63b6676d3adb9b4f6.tar.gz kutter-5a49372dec24fc9874c17fa63b6676d3adb9b4f6.tar.xz kutter-5a49372dec24fc9874c17fa63b6676d3adb9b4f6.zip |
docs: Update Measuring_Resonances.md (#6177)
Correction for table "Recommended connection scheme for I2C (i2c0a) on the RP2040", line 160, to match the correct writing in the Fritzing image shown above, RP2040 pin 36 in place of 39;
Correction of typo in line 346, "pins" in place of "pin"
Signed-off-by: Adrian Rose <adrian@crazyroses.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Measuring_Resonances.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 0897628f..17a37562 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -157,7 +157,7 @@ Recommended connection scheme for I2C (i2c0a) on the RP2040: | MPU-9250 pin | RP2040 pin | RP2040 pin name | |:--:|:--:|:--:| -| VCC | 39 | 3v3 | +| VCC | 36 | 3v3 | | GND | 38 | Ground | | SDA | 01 | GP0 (I2C0 SDA) | | SCL | 02 | GP1 (I2C0 SCL) | @@ -343,7 +343,7 @@ probe_points: 100, 100, 20 # an example [static_digital_output pico_3V3pwm] # Improve power stability -pin: pico:gpio23 +pins: pico:gpio23 ``` #### Configure MPU-9520 Compatibles with AVR |