From c0cada0d8035fd2f093e2a80503cf91b5309ffda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Tue, 25 Jul 2023 10:17:37 +0200 Subject: [PATCH 1/4] Add Interrupts to UNO-R4 datasheets --- .../02.hero/boards/uno-r4-minima/datasheet/datasheet.md | 4 ++-- .../02.hero/boards/uno-r4-wifi/datasheet/datasheet.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md index a69e1b96d1..c016cbaad9 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md @@ -207,8 +207,8 @@ In case you need to power external devices that require more power, e.g. servo m | 12 | D6 | Digital | GPIO 6 (PWM~) | | 13 | D5/CANRX0 | Digital | GPIO 5 (PWM~) / CAN Transmitter (TX) | | 14 | D4/CANTX0 | Digital | GPIO 4 / CAN Receiver (RX) | -| 15 | D3 | Digital | GPIO 3 (PWM~) | -| 16 | D2 | Digital | GPIO 2 | +| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt | +| 16 | D2 | Digital | GPIO 2 / Interrupt | | 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) | | 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) | diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index ece3f7c2bd..a78e60eadf 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -322,8 +322,8 @@ For powering e.g. servo motors, always use an external power supply. | 12 | D6 | Digital | GPIO 6 (PWM~) | | 13 | D5 | Digital | GPIO 5 (PWM~) | | 14 | D4 | Digital | GPIO 4 | -| 15 | D3 | Digital | GPIO 3 (PWM~) | -| 16 | D2 | Digital | GPIO 2 | +| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt | +| 16 | D2 | Digital | GPIO 2 / Interrupt | | 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) | | 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) | From b8741cad08deb9951ffbf2cd35ee47a5b7c94f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Tue, 25 Jul 2023 10:29:14 +0200 Subject: [PATCH 2/4] Update revision history --- .../02.hero/boards/uno-r4-minima/datasheet/datasheet.md | 7 ++++--- .../02.hero/boards/uno-r4-wifi/datasheet/datasheet.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md index c016cbaad9..6f76d98b42 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md @@ -365,6 +365,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Change Log -| **Date** | **Changes** | -| ---------- | ----------- | -| 06/19/2023 | Release | \ No newline at end of file +| **Date** | **Changes** | +| ---------- | ---------------- | +| 06/19/2023 | Release | +| 25/07/2023 | Update Pin Table | diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index a78e60eadf..0ba84f9236 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -474,3 +474,4 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | ---------- | ------------ | ------------------ | | 08/06/2023 | 1 | First Release | | 30/06/2023 | 2 | Update Pinout File | +| 25/07/2023 | 3 | Update Pin Table | From b6c4820b924406c2b2a14b2ccbc447ba00ca7d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= <60390259+jacobhylen@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:31:05 +0200 Subject: [PATCH 3/4] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julián Caro Linares --- .../02.hero/boards/uno-r4-minima/datasheet/datasheet.md | 4 ++-- .../02.hero/boards/uno-r4-wifi/datasheet/datasheet.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md index 6f76d98b42..5df0faa833 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md @@ -207,8 +207,8 @@ In case you need to power external devices that require more power, e.g. servo m | 12 | D6 | Digital | GPIO 6 (PWM~) | | 13 | D5/CANRX0 | Digital | GPIO 5 (PWM~) / CAN Transmitter (TX) | | 14 | D4/CANTX0 | Digital | GPIO 4 / CAN Receiver (RX) | -| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt | -| 16 | D2 | Digital | GPIO 2 / Interrupt | +| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt Pin | +| 16 | D2 | Digital | GPIO 2 / Interrupt Pin | | 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) | | 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) | diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index 0ba84f9236..aaebd51238 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -472,6 +472,6 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | Date | **Revision** | **Changes** | | ---------- | ------------ | ------------------ | -| 08/06/2023 | 1 | First Release | -| 30/06/2023 | 2 | Update Pinout File | | 25/07/2023 | 3 | Update Pin Table | +| 30/06/2023 | 2 | Update Pinout File | +| 08/06/2023 | 1 | First Release | From 7fcf03705eab187e2b3cc1333187849aa756d443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Tue, 25 Jul 2023 12:34:07 +0200 Subject: [PATCH 4/4] Update tables --- .../02.hero/boards/uno-r4-minima/datasheet/datasheet.md | 8 ++++---- .../02.hero/boards/uno-r4-wifi/datasheet/datasheet.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md index 5df0faa833..88cd6c26c2 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md @@ -365,7 +365,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Change Log -| **Date** | **Changes** | -| ---------- | ---------------- | -| 06/19/2023 | Release | -| 25/07/2023 | Update Pin Table | +| Date | **Revision** | **Changes** | +| ---------- | ------------ | ------------------ | +| 25/07/2023 | 2 | Update Pin Table | +| 06/19/2023 | 1 | First Release | \ No newline at end of file diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index aaebd51238..d68d00d02e 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -322,8 +322,8 @@ For powering e.g. servo motors, always use an external power supply. | 12 | D6 | Digital | GPIO 6 (PWM~) | | 13 | D5 | Digital | GPIO 5 (PWM~) | | 14 | D4 | Digital | GPIO 4 | -| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt | -| 16 | D2 | Digital | GPIO 2 / Interrupt | +| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt Pin | +| 16 | D2 | Digital | GPIO 2 / Interrupt Pin | | 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) | | 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) |