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
Exactly 0V
Negative voltage
Around 0.1V
3.3V due to pin initialization