Closed DAZABAMUKER closed 4 months ago
Adding a 10K pull-up resistor to the GPIO can solve the floating problem, and can also be set as an input pull-up, but only with GPIO below GPIO33.
pinMode(gpio, INPUT_PULLUP);
Thanks I understood.
I connected external pins with switches like images below.
At first, the switches worked well. But now the external pins float(intermittently triggered)
how to fix it?