aboutsummaryrefslogtreecommitdiffstats
path: root/docs/RPi_microcontroller.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update RPi_microcontroller.md (pwm-2chan) (#6304)FatalBulletHit2023-08-131-8/+26
| | | | | Added a more detailed explanation for pwm-2chan. Signed-off-by: Alfie Batthullt <FatalBulletHit@gmail.com>
* docs: update RPi_microcontroller.md to systemdStefan Dej2023-01-171-2/+2
| | | | Signed-off-by: Stefan Dej <meteyou@gmail.com>
* docs: Added instructions how to configure I2C for MPU-9250Dmitry Butyugin2022-06-201-0/+9
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Fix typo in RPi_microcontroller.mdKevin O'Connor2022-03-141-2/+2
| | | | | | Reported by @bradengel. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improvements to RPi_microcontroller.mdKevin O'Connor2022-01-281-31/+59
| | | | | | | | Wraps lines to 80 columns. Only use triple backticks on multi-line code excerpts. Add backticks around "sudo raspi-config". Move "Enabling SPI" section to be near pwm and gpio configuration. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Various minor fixes (#5175)Yifei Ding2022-01-261-2/+2
| | | Signed-off-by: Yifei Ding<yifeiding@protonmail.com
* docs: Fix table rendering in RPi_microcontroller.mdKevin O'Connor2021-09-291-7/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-14/+13
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Note to enable SPI in RPi_microcontroller.md (#4503)strayr2021-07-251-0/+4
| | | | | 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>
* docs: Add hardware RPi PWM documentation (#4418)Martin2021-07-151-0/+36
| | | Signed-off-by: Martin van Es <martin@mrvanes.com>
* docs: a slight clarity improvement for the rPi mcushiftingtech2021-05-021-0/+1
| | | | | | Just a small attempt to make the build process slightly clearer In the compilation instructions for the rPi mcu Signed-off-by: Ben Eastep <shifting@shifting.ca>
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-031-2/+2
| | | | | | | | Use javascript to fixup the "github pages" rendering of links to files outside the docs/ directory. Then use normal relative links in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update RPi_microcontroller.md links to render correctly on klipper3d.orgKevin O'Connor2020-11-221-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix broken links in RPi_microcontroller.mdArksine2020-07-051-2/+9
| | | | | | Also add a note regarding "Permission denied" errors. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: LinuxMCU doc & script (#2956)Lucio Tarantino2020-06-121-0/+148
Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com>