Skip to content

Commit e96a2e2

Browse files
authored
Merge pull request #775 from arduino/revert-705-patch-1
Revert "Update analogWrite doc"
2 parents 8c3300d + 9a16bed commit e96a2e2

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 need to call `pinMode()` to set the pin as an output before calling `analogWrite()`.
41+
You do not 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)