diff options
author | strayr <43092584+strayr@users.noreply.github.com> | 2021-07-26 01:34:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 20:34:00 -0400 |
commit | c8405fe3dbe536bab89b3f9e5c24d79dd400121b (patch) | |
tree | 67a5c39dd57f6429c2efca9b6b6d0cc0a8721fef /docs | |
parent | f949bc882d140e45373981c5ae1772f09782aa64 (diff) | |
download | kutter-c8405fe3dbe536bab89b3f9e5c24d79dd400121b.tar.gz kutter-c8405fe3dbe536bab89b3f9e5c24d79dd400121b.tar.xz kutter-c8405fe3dbe536bab89b3f9e5c24d79dd400121b.zip |
docs: Note to enable SPI in RPi_microcontroller.md (#4503)
whilst this line is in Measuring_Resonances.md, users following this guide for other reasons have no cause reason to read that and don't have an explanation for what they didn't know they didn't do.
Signed-off-by: Rowland Straylight <rowlandstraylight@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RPi_microcontroller.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index 2229ee69..92e59560 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -25,6 +25,10 @@ sudo cp "./scripts/klipper-mcu-start.sh" /etc/init.d/klipper_mcu sudo update-rc.d klipper_mcu defaults ``` +Enabling SPI +============ +Make sure the Linux SPI driver is enabled by running sudo raspi-config and enabling SPI under the "Interfacing options" menu. + Building the micro-controller code ================================== |