91. DAC Basics

Question.1

What will be the voltage generated on GPIO25 after executing the following code on ESP32?

void setup() {
  dacWrite(25, 0);
}

void loop() {
}

Select Answer