Skip to content

Commit 31b5dc8

Browse files
authored
Fix range of PWM pins
1 parent da311d8 commit 31b5dc8

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ The **STM32H7** has an internal OPAMP and comparator that are exposed on the **G
911911

912912
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.
913913

914-
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-12. You may use them as analog output pins with the function:
914+
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-13. You may use them as analog output pins with the function:
915915

916916
```arduino
917917
analogWrite(pin, value);

0 commit comments

Comments
 (0)