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.
I would like to know how to configure the MISO, MOSI, SCK and SS pins for SPI in the case when I'm using the custom board?
From hal.cpp I can see that the library uses default pins:
static void hal_spi_init () { SPI.begin(); }