diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-08-01 13:09:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-08-01 13:09:09 -0400 |
commit | d33a34614fca836c6f85217d43f23a932367012a (patch) | |
tree | 84c857c983fbeebfa8ed52e90d85740448cef3de | |
parent | 0f3b1bce6635cff5b7bcaf21e3ec92a6a6fdf2f3 (diff) | |
download | kutter-d33a34614fca836c6f85217d43f23a932367012a.tar.gz kutter-d33a34614fca836c6f85217d43f23a932367012a.tar.xz kutter-d33a34614fca836c6f85217d43f23a932367012a.zip |
docs: Add RPi_microcontroller.md link in Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Overview.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 71a19111..cec6cc63 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -62,10 +62,12 @@ communication with the Klipper developers. # Device Specific Documents -- [Bootloaders](Bootloaders.md): Developer information on - micro-controller flashing. +- [Raspberry Pi as Micro-controller](RPi_microcontroller.md): Details + for controlling devices wired to the GPIO pins of a Raspberry Pi. - [Beaglebone](beaglebone.md): Details for running Klipper on the Beaglebone PRU. +- [Bootloaders](Bootloaders.md): Developer information on + micro-controller flashing. - [stm32f0](stm32f0_CAN.md): Information on the STM32F0 micro-controller port. - [TSL1401CL filament width sensor](TSL1401CL_Filament_Width_Sensor.md) |