INPUT_PULLUP ok on these digital pins?

Can I just check if it's ok to use these digital pins D3 & D4 and define as pullup in the code? I assume the esp8266 has already booted so defining in code will not be a problem to affect booting?

e.g.

pinMode(D3, INPUT_PULLUP);

ESP8266 Wemos pin explanations - Copy

correct.

1 Like

Thank you :smiley:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.