Skip to content

Commit 8c3300d

Browse files
authored
Merge pull request #705 from katerss1/patch-1
Update analogWrite doc
2 parents 2c5d405 + c1d6af8 commit 8c3300d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Analog IO/analogWrite.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Writes an analog value (http://arduino.cc/en/Tutorial/PWM[PWM wave]) to a pin. C
3838

3939
[%hardbreaks]
4040

41-
You do not need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
41+
You do need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
4242
The `analogWrite` function has nothing to do with the analog pins or the `analogRead` function.
4343
[%hardbreaks]
4444

0 commit comments

Comments
 (0)