Skip to content

Configuring MISO, MOSI and SCK SPI pins? #834

Open
@sw-dev-code

Description

@sw-dev-code

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions