Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi: Use SPI transactions #209

Merged
merged 1 commit into from
Nov 14, 2014
Merged

wifi: Use SPI transactions #209

merged 1 commit into from
Nov 14, 2014

Conversation

matthijskooijman
Copy link
Collaborator

The Gainspan module now takes care of initializing SPI and uses the
transaction API to set the speed. We just use its defaults, so no need
to pass any extra settings either.

This new API makes sure that we always use our own SPI settings for
every transaction, even when other libraries also use the SPI bus with
different settings.

Since we always use the transaction API, this means Arduino 1.5.8 or
above is now required.

The Gainspan module now takes care of initializing SPI and uses the
transaction API to set the speed. We just use its defaults, so no need
to pass any extra settings either.

This new API makes sure that we always use our own SPI settings for
every transaction, even when other libraries also use the SPI bus with
different settings.

Since we always use the transaction API, this means Arduino 1.5.8 or
above is now required.
matthijskooijman added a commit that referenced this pull request Nov 14, 2014
@matthijskooijman matthijskooijman merged commit 382437f into master Nov 14, 2014
@matthijskooijman matthijskooijman deleted the wifi-transactions branch November 14, 2014 13:14
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.

1 participant