Arduino
Arduino copied to clipboard
Request: make CS pin optional for external SPI RAM
In this PR https://github.com/esp8266/Arduino/pull/6994 the feature with extra SPI RAM was added, but CS pin was set to 15. I understand its hw pin and performs slightly faster, but is there a chance to define that pin in the code rather?