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

Turn off Wire I2C mode on keepon poweroff #10

Open
qdot opened this issue Nov 14, 2011 · 0 comments
Open

Turn off Wire I2C mode on keepon poweroff #10

qdot opened this issue Nov 14, 2011 · 0 comments
Labels

Comments

@qdot
Copy link
Owner

qdot commented Nov 14, 2011

If the keepon is powered off, we need to kick back into bootup mode so we can pull the bus pins low. Unfortunately, there's no Wire.end() call that will call twi_close() for us, meaning that twi still has its interrupts set on next keepon powerup and we can't pull the lines to stop the bus from communicating. We need to be able to stop the interrupts and go back to "normal".

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

No branches or pull requests

1 participant