Open rayshobby opened 4 years ago
On ESP8266, this works for all other GPIO pins except when GPIO 16 is used as CS: https://github.com/arduino-libraries/Ethernet/blob/75a3c37b5e513305b82e926ca6a4f8190f536c9d/src/utility/w5100.h#L415
Reference ESP8266's digitalWrite function: https://github.com/esp8266/Arduino/blob/master/cores/esp8266/core_esp8266_wiring_digital.cpp#L84
On ESP8266, this works for all other GPIO pins except when GPIO 16 is used as CS: https://github.com/arduino-libraries/Ethernet/blob/75a3c37b5e513305b82e926ca6a4f8190f536c9d/src/utility/w5100.h#L415
Reference ESP8266's digitalWrite function: https://github.com/esp8266/Arduino/blob/master/cores/esp8266/core_esp8266_wiring_digital.cpp#L84