Skip to content

Change of SPI pins restricted to ESP32

Latest
Compare
Choose a tag to compare
@wollewald wollewald released this 16 Jan 18:11
6e48eec

In version 1.2.2 I had introduced a method to change the SPI pins. It worked fine on an ESP32. The problem is that not all MCUs do know the function SPI.begin(...changed pins...). I have now restricted the use to ESP32 boards using #ifdefined (ESP32).