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

Configuring MISO, MOSI and SCK SPI pins?

Open sw-dev-code opened this issue 2 years ago • 10 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 21 '21 21:12 sw-dev-code