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

If SHUTDOWN (WAKE pin) feature is not needed, the pin can be leave unconnected #9

Open
rtek1000 opened this issue Feb 28, 2024 · 1 comment

Comments

@rtek1000
Copy link

From GSL1680 datasheet:

SHUTDOWN pin is recommended to connect to the GPIO of host. If pull the SHUTDOWN pin low
by the host, the GSL168X will enter the deepsleep state to consume the least power. To wake up
GSL168X from deepsleep, host has to release SHUTDOWN to high and send a START_COMMAND to
GSL168X to kick it off. If SHUTDOWN feature is not needed, the pin can be leave unconnected.

I tested it and I didn't need to use the pin. But the code does not allow booting without the WAKE pin, so I made modifications to adapt the original code.

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

No branches or pull requests

1 participant