Question.2
What will be the voltage generated on GPIO25 after executing the following code on ESP32?
void setup() { dacWrite(25, 255); } void loop() { }
Select Answer
Exactly 3.3V
Slightly less than 3.3 voltage
Slightly more than 3.3 voltage
0V due to pin initialization