Skip to content

Commit 629b0f7

Browse files
Merge pull request #1147 from arduino/Hannes7eicher/pwmSectionFix
[MKC-1008] Fix pwm section in minima cheat sheet
2 parents 2b518cc + 8ff7dec commit 629b0f7

File tree

1 file changed

+10
-8
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+10
-8
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,16 @@ The **RA4M1** has an internal OPAMP that is exposed on the UNO R4 Minima as foll
145145

146146
PWM (Pulse Width Modulation) capability allows a digital pin to emulate analog output by flickering on and off very fast letting you, among other things, dim LEDs connected to digital pins.
147147

148-
The UNO R4 Minima has six PWM-capable pins marked with ~ on the headers. The PWM-capable pins are:
149-
150-
- D3~
151-
- D5~
152-
- D6~
153-
- D9~
154-
- D10~
155-
- D11~
148+
The UNO R4 Minima supports PWM on pins marked with ~ on the headers. Officially supported pins are:
149+
150+
| Pin | RA4M1 | Timer |
151+
| --- | ----- | ------- |
152+
| D3 | P104 | GTIOC1B |
153+
| D5 | P102 | GTIOC2B |
154+
| D6 | P106 | GTIOC0B |
155+
| D9 | P303 | GTIOC7B |
156+
| D10 | P112 | GTIOC3B |
157+
| D11 | P109 | GTIOC1A |
156158

157159
You may use them as analog output pins with the function:
158160

0 commit comments

Comments
 (0)