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
Unpredictable (Random voltage from 0V to 3.3V)
0V due to pin initialization