8000 [MKC-1814] Remove Overview from Learn Articles by Hannes7eicher · Pull Request #2148 · arduino/docs-content · GitHub
[go: up one dir, main page]

Skip to content

[MKC-1814] Remove Overview from Learn Articles #2148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into hannes7eicher/Learn-Articles-Revision
  • Loading branch information
Hannes7eicher authored Sep 5, 2024
commit 99d8b777f575cfd0b6a16b26b4b519599e669eee
10 changes: 1 addition & 9 deletions content/learn/05.communication/10.can/can.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@ These methods provide the core functionality for sending and receiving messages

## Arduino CAN Pins

The default pins on an Arduino board are CAN High and CAN Low. See table below for more information:

***Depending on which Arduino board you are using, you will need a transceiver/receiver to read the differential signal properly. Check the product page of the board you are using for more information.***

| Board / Shield | CAN0_RX | CAN0_TX | CAN1_RX | CAN1_TX |
| -------------- | --------- | --------- | ------- | ------- |
| UNO R4 | D13 | D10 | | |
| DUE | D68 | D69 | D66 | D53 |
| MKR CAN Shield | dedicated | dedicated | | |
***Depending on which Arduino board you are using, you will need a transceiver/receiver to read the differential signal properly. Check the product page or cheat sheet of the board you are using for more information.***

## Technical Specifications

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0