We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware: ESP13 Core Version: 2.1.0-rc2
How can i change the SPI data mode? The setDataMode is TODO.
The text was updated successfully, but these errors were encountered:
SPI mode 0 + 1 are possible with the ESP. SPI mode 2 + 3 are not possible with the Hardware SPI.
https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#spi
Sorry, something went wrong.
@Links2004 check this out: https://github.com/UncleRus/esp-open-rtos/blob/core/spi/core/esp_spi.c#L73-L86
No branches or pull requests
Hardware: ESP13
Core Version: 2.1.0-rc2
How can i change the SPI data mode? The setDataMode is TODO.
The text was updated successfully, but these errors were encountered: