arduino-lorawan icon indicating copy to clipboard operation
arduino-lorawan copied to clipboard

Configuring MISO, MOSI and SCK SPI pins?

Open sw-dev-code opened this issue 4 years ago • 0 comments

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();
}

sw-dev-code avatar Dec 02 '21 17:12 sw-dev-code