Skip to content

Commit aaaffad

Browse files
91voltmcmchris
andauthored
Update content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual/content.md
Co-authored-by: Christopher Méndez <49886387+mcmchris@users.noreply.github.com>
1 parent e44ff8a commit aaaffad

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual

1 file changed

+1
-1
lines changed

content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ void loop() {
585585
}
586586
```
587587

588-
***Please note: There is a known hardware timer conflict between the tone() function and the IRremote library. To use both features in the same sketch, you must fully reset the pin and re-initialize the IR sender before each transmission. First, set the pin mode to INPUT to release it from the timer, then call IrSender.begin() to reconfigure it for IR.***
588+
***Please note: There is a known hardware timer conflict between the `tone()` function and the IRremote library. To use both features in the same sketch, you must fully reset the pin and re-initialize the IR sender before each transmission. First, set the pin mode to INPUT to release it from the timer, then call `IrSender.begin()` to reconfigure it for IR.***
589589

590590
## Expansion Ports
591591

0 commit comments

Comments
 (0)