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

Boot time reduction - Wire.setClock(400000) #10

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

Boot time reduction - Wire.setClock(400000) #10

rtek1000 opened this issue Feb 28, 2024 · 1 comment

Comments

@rtek1000
Copy link

The GSL1680 managed to work in my tests with more than 400kHz, so it may be interesting to add this instruction to the code.

GSL1680.cpp

    Wire.begin();
    
    Wire.setClock(400000); // 4x faster than standard 100 kHz
@Skallwar
Copy link
Owner

Nice, good find. I think it's a parameter that depend on both GSL1680 and the board used so I'm not sure this should be added to the driver itself but it could be a great addition to the README.md

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

2 participants