Skip to content

Add CurieIMUClass::end() #235

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

Closed
wants to merge 1 commit into from
Closed

Conversation

eriknyquist
Copy link
Contributor

Add end() method to IMU class, to disable clocking to the SPI
controller. This is unlikely to have noticeable power-saving effects,
however it is a good habit to get into.

Add end() method to IMU class, to disable clocking to the SPI
controller. This is unlikely to have noticeable power-saving effects,
however it is a good habit to get into.
@eriknyquist
Copy link
Contributor Author

@bigdinotech @SidLeung @calvinatintel ready for review

@bigdinotech
Copy link
Contributor

+1

@ndgbuilder
Copy link

I've detected that your changes do not match our desired coding style.

I created a patch to fix this, which you can easily download and apply to your
Pull Request using the following commands (Where is your locally
cloned fork):

cd <clone>
git checkout imuend
curl https://gist.github.com/ndgbuilder/f767050eb42e47f8ab0ceaf077fb616a/raw -o corelibs-arduino101-pr-235.patch
patch -p1 < corelibs-arduino101-pr-235.patch
git commit -a --amend --no-edit
git push origin imuend --force

If you want to avoid getting this message in future, please see this wiki page
for instructions on how to set up a pre-commit hook that will automatically
format your code before you push.

This is an auto-generated message

@eriknyquist
Copy link
Contributor Author

@calvinatintel go ahead and merge

@calvinatintel
Copy link
Contributor

cherry-picked

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

Successfully merging this pull request may close these issues.

5 participants