Skip to content

Commit d629529

Browse files
authored
Merge pull request #1223 from arduino/jacobhylen/interrupt-unor4-datasheets
[MKC-1066]Add Interrupts to UNO-R4 datasheets
2 parents 26790ef + 7fcf037 commit d629529

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ In case you need to power external devices that require more power, e.g. servo m
207207
| 12 | D6 | Digital | GPIO 6 (PWM~) |
208208
| 13 | D5/CANRX0 | Digital | GPIO 5 (PWM~) / CAN Transmitter (TX) |
209209
| 14 | D4/CANTX0 | Digital | GPIO 4 / CAN Receiver (RX) |
210-
| 15 | D3 | Digital | GPIO 3 (PWM~) |
211-
| 16 | D2 | Digital | GPIO 2 |
210+
| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt Pin |
211+
| 16 | D2 | Digital | GPIO 2 / Interrupt Pin |
212212
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) |
213213
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) |
214214

@@ -365,6 +365,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
365365

366366
## Change Log
367367

368-
| **Date** | **Changes** |
369-
| ---------- | ----------- |
370-
| 06/19/2023 | Release |
368+
| Date | **Revision** | **Changes** |
369+
| ---------- | ------------ | ------------------ |
370+
| 25/07/2023 | 2 | Update Pin Table |
371+
| 06/19/2023 | 1 | First Release |

content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ For powering e.g. servo motors, always use an external power supply.
322322
| 12 | D6 | Digital | GPIO 6 (PWM~) |
323323
| 13 | D5 | Digital | GPIO 5 (PWM~) |
324324
| 14 | D4 | Digital | GPIO 4 |
325-
| 15 | D3 | Digital | GPIO 3 (PWM~) |
326-
| 16 | D2 | Digital | GPIO 2 |
325+
| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt Pin |
326+
| 16 | D2 | Digital | GPIO 2 / Interrupt Pin |
327327
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) |
328328
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) |
329329

@@ -472,5 +472,6 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
472472

473473
| Date | **Revision** | **Changes** |
474474
| ---------- | ------------ | ------------------ |
475-
| 08/06/2023 | 1 | First Release |
475+
| 25/07/2023 | 3 | Update Pin Table |
476476
| 30/06/2023 | 2 | Update Pinout File |
477+
| 08/06/2023 | 1 | First Release |

0 commit comments

Comments
 (0)