Skip to content

Commit 22a0085

Browse files
committed
Documentation
1 parent eb7a6e2 commit 22a0085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ For other platforms you must modify the appropriate section guarded by e.g. `#el
406406

407407
Another approach can be to share the timer **sequentially** if their functionality is used only for a short period of time like for the **Arduino tone() command**.
408408
An example can be seen [here](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/21b5747a58e9d47c9e3f1beb056d58c875a92b47/examples/ReceiveDemo/ReceiveDemo.ino#L159-L169), where the timer settings for IR receive are restored after the tone has stopped.
409-
For this we must call IrReceiver.start() or better IrReceiver.start(<microsecondsOfToneDuration>).<br/>
409+
For this we must call IrReceiver.start() or better IrReceiver.start(microsecondsOfToneDuration).<br/>
410410
This only works since each call to tone() completely initializes the timer 2 used by the `tone()` command.
411411

412412
### Hardware-PWM signal generation for sending

0 commit comments

Comments
 (0)