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.
1 parent 1e29ea8 commit c1d6af8Copy full SHA for c1d6af8
Language/Functions/Analog IO/analogWrite.adoc
@@ -36,7 +36,7 @@ Writes an analog value (http://arduino.cc/en/Tutorial/PWM[PWM wave]) to a pin. C
36
37
[%hardbreaks]
38
39
-You do not need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
+You do need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
40
The `analogWrite` function has nothing to do with the analog pins or the `analogRead` function.
41
42
0 commit comments