Skip to content

Commit 783309f

Browse files
Update content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent 1dac965 commit 783309f

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ In the Ardunio API there is a [`FspTimer`](https://github.com/arduino/ArduinoCor
511511

512512
The UNO R4 WiFi has two timer peripherals, a Asynchronous General Purpose Timer (AGT) and a General PWM Timer (GPT). There are two AGT timers on the board, one of them is used for time measuring methods such as `millis()` and `microseconds()`.
513513

514-
The board has 7 GPT timers to help perform PWM tasks. Such as calculating duty cycles by measuring how long a signal is active. It is possible to use these reserved pwm timers by using the previously mentioned [`FspTimer`](https://github.com/arduino/ArduinoCore-renesas/blob/149f78b6490ccbafeb420f68919c381a5bdb6e21/cores/arduino/FspTimer.h#L87) library. Using this function will explicitly request a PWM timer:
514+
The board has 7 GPT timers to help perform PWM tasks, such as calculating duty cycles by measuring how long a signal is active. It is possible to use these reserved PWM timers by using the previously mentioned [`FspTimer`](https://github.com/arduino/ArduinoCore-renesas/blob/main/cores/arduino/FspTimer.h#L87) library. Using this function will explicitly request a PWM timer:
515515

516516
```arduino
517517
FspTimer::force_use_of_pwm_reserved_timer();

0 commit comments

Comments
 (0)