We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c3300d + 9a16bed commit e96a2e2Copy full SHA for e96a2e2
Language/Functions/Analog IO/analogWrite.adoc
@@ -38,7 +38,7 @@ Writes an analog value (http://arduino.cc/en/Tutorial/PWM[PWM wave]) to a pin. C
38
39
[%hardbreaks]
40
41
-You do need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
+You do not need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
42
The `analogWrite` function has nothing to do with the analog pins or the `analogRead` function.
43
44
0 commit comments