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

Fix csLow without corresponding csHigh #5

Conversation

mikeanthonywild
Copy link

csLow() sets the SPI speed to 4MHz, so when ADS_SS is toggled high again, the SPI speed needs to be set back to the default 20MHz used for the SD card.

Use csHigh() instead of digitalWrite() to ensure SPI clock is returned to 20MHz for SD card
@mikeanthonywild
Copy link
Author

This was reported a while ago: OpenBCI/V3_Hardware_Design_Files#1 (comment) but never fixed.

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