mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Typo (#7502)
This commit is contained in:
parent
d92e1edac8
commit
3be0cbb385
@ -113,7 +113,7 @@ or ``bits`` may be from 4...16.
|
|||||||
3.0, but this lead to incompatibility with external libraries which
|
3.0, but this lead to incompatibility with external libraries which
|
||||||
depended on the Arduino core default of 256. Existing applications which
|
depended on the Arduino core default of 256. Existing applications which
|
||||||
rely on the prior 1023 value may add a call to ``analogWriteRange(1023)``
|
rely on the prior 1023 value may add a call to ``analogWriteRange(1023)``
|
||||||
to their ``setup()`` routine to retrurn to their old behavior. Applications
|
to their ``setup()`` routine to return to their old behavior. Applications
|
||||||
which already were calling ``analogWriteRange`` need no change.
|
which already were calling ``analogWriteRange`` need no change.
|
||||||
|
|
||||||
PWM frequency is 1kHz by default. Call
|
PWM frequency is 1kHz by default. Call
|
||||||
|
Loading…
x
Reference in New Issue
Block a user