Skip to content

Not all boards have NINA_SPI machine constants #836

@goderiich

Description

@goderiich

spi := machine.NINA_SPI

Boards that don't have NINA_SPI constants cannot use the co-processor as machine.NINA_SPI is hard coded into the driver.

I was able to add the constants for my feather-nrf52840-sense to get this working but I expect the correct place to resolve this would be in the driver itself, possibly by chaning ln380 to:

spi := w.cfg.Spi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions