Skip to content

Conversation

@kisom
Copy link
Contributor

@kisom kisom commented Oct 28, 2019

Hello!

I ran into an issue with the BME280 library on the SAMD51 Thing Plus; I think this is the appropriate fix and will likely fix other SPI-related bugs in other libraries.

Another option would be to define the SPI clock dividers e.g.

  #define SPI_CLOCK_DIV2  ((F_CPU / 16000000) * 2)

to support faster boards in the future.

Cheers!

@AndyEngland521 AndyEngland521 merged commit 601181c into sparkfun:master Oct 30, 2019
@AndyEngland521
Copy link
Contributor

added support in SAMD boards v1.7.1. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants