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);
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);
correct.
Thank you
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.