From 9a16bed58e50ff0a736ed188d768015854620e50 Mon Sep 17 00:00:00 2001 From: Kristoffer Engdahl Date: Mon, 7 Sep 2020 13:43:59 +0200 Subject: [PATCH] Revert "Update analogWrite doc" --- Language/Functions/Analog IO/analogWrite.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Analog IO/analogWrite.adoc b/Language/Functions/Analog IO/analogWrite.adoc index 1d01bd4c7..95402cba0 100644 --- a/Language/Functions/Analog IO/analogWrite.adoc +++ b/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 [%hardbreaks] -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()`. The `analogWrite` function has nothing to do with the analog pins or the `analogRead` function. [%hardbreaks]