We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5063cdd commit 2216c09Copy full SHA for 2216c09
libraries/ESP32/examples/AnalogRead/AnalogRead.ino
@@ -2,7 +2,7 @@ void setup() {
2
// initialize serial communication at 115200 bits per second:
3
Serial.begin(115200);
4
5
- //set the resolution to 12 bits (0-4096)
+ //set the resolution to 12 bits (0-4095)
6
analogReadResolution(12);
7
}
8
0 commit comments