WiFi pulls pin 15 low
Posted: Wed May 30, 2018 1:43 pm
Investigating a problem with a script not outputting high on pin 15, I found that the problem (feature?) was caused by the WiFi library (Arduino IDE) pulling the pin low, possibly associated with wifi event handling. This can be demonstrated using the example script WiFiClientEvents and adding a digital write high to pin 15 in the loop. Is this documented anywhere?