From 334fc7f398056ba45c1fb3b76d47cbc154b49d49 Mon Sep 17 00:00:00 2001 From: n1lby73 <65239245+n1lby73@users.noreply.github.com> Date: Fri, 16 May 2025 09:23:26 +0100 Subject: [PATCH 1/2] updated the links to the example code for canbus --- content/learn/05.communication/10.can/can.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/learn/05.communication/10.can/can.md b/content/learn/05.communication/10.can/can.md index 43fb37d964..d0a41371d3 100644 --- a/content/learn/05.communication/10.can/can.md +++ b/content/learn/05.communication/10.can/can.md @@ -208,6 +208,6 @@ To add termination resistors, connect a 120-ohm resistor between the CAN_H and C Below you can find an overview of tutorials we have created for our different products. -- [Arduino UNO R4 WiFi CAN Bus](tutorials/uno-r4-wifi/can/) +- [Arduino UNO R4 WiFi CAN Bus](https://docs.arduino.cc/tutorials/uno-r4-wifi/can/) -- [Sending Data Between Two MKR CAN Shields](https://docs.arduino.cc/tutorials/mkr-can-shield/mkr-can-communication/) \ No newline at end of file +- [Sending Data Between Two MKR CAN Shields](https://docs.arduino.cc/tutorials/mkr-can-shield/mkr-can-communication/) From 85f79883beba61cb3e937c5be560ee1f23183b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:10:08 +0200 Subject: [PATCH 2/2] Update content/learn/05.communication/10.can/can.md --- content/learn/05.communication/10.can/can.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learn/05.communication/10.can/can.md b/content/learn/05.communication/10.can/can.md index d0a41371d3..1e3bcaedf8 100644 --- a/content/learn/05.communication/10.can/can.md +++ b/content/learn/05.communication/10.can/can.md @@ -208,6 +208,6 @@ To add termination resistors, connect a 120-ohm resistor between the CAN_H and C Below you can find an overview of tutorials we have created for our different products. -- [Arduino UNO R4 WiFi CAN Bus](https://docs.arduino.cc/tutorials/uno-r4-wifi/can/) +- [Arduino UNO R4 WiFi CAN Bus](/tutorials/uno-r4-wifi/can/) - [Sending Data Between Two MKR CAN Shields](https://docs.arduino.cc/tutorials/mkr-can-shield/mkr-can-communication/)