diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-04 12:51:13 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-13 11:33:56 -0500 |
commit | c7dc3e78bfaaf0d4e02726667d14ba8bbc9c4e23 (patch) | |
tree | fde0e21da0e5bc948896f1332054248b09644ea2 /docs/Overview.md | |
parent | 5e0503f64342c71ac7d21e044d0eb8b49172b776 (diff) | |
download | kutter-c7dc3e78bfaaf0d4e02726667d14ba8bbc9c4e23.tar.gz kutter-c7dc3e78bfaaf0d4e02726667d14ba8bbc9c4e23.tar.xz kutter-c7dc3e78bfaaf0d4e02726667d14ba8bbc9c4e23.zip |
docs: Update CAN bus documents
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 50d04bb5..48a10a3a 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -80,7 +80,6 @@ communication with the Klipper developers. Beaglebone PRU. - [Bootloaders](Bootloaders.md): Developer information on micro-controller flashing. -- [stm32f0](stm32f0_CAN.md): Information on the STM32F0 micro-controller - port. +- [CAN bus](CANBUS.md): Information on using CAN bus with Klipper. - [TSL1401CL filament width sensor](TSL1401CL_Filament_Width_Sensor.md) - [Hall filament width sensor](HallFilamentWidthSensor.md) |