Is there a way to slow down digitalWrite/analogWrite/ledcWrite functions?
I’m building an alarm using ESP32, and it seems like there are voltage “leaks” between random pins. I have 3 LEDs (they use ledcWrite), a buzzer (analogWrite) and a 4-digit 7-segment indicator (digitalWrite).
Examples (for the newer version of the code):