We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d859c8 commit 9f506aaCopy full SHA for 9f506aa
cores/esp32/esp32-hal-spi.h
@@ -98,7 +98,7 @@ void spiSSClear(spi_t *spi);
98
99
void spiWaitReady(spi_t *spi);
100
//invert hardware SS
101
-void spiSSInvertout(spi_t *spi, bool invert);
+void spiSSInvert(spi_t *spi, bool invert);
102
103
uint32_t spiGetClockDiv(spi_t *spi);
104
uint8_t spiGetDataMode(spi_t *spi);
0 commit comments