We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a user runs a project on a custom board it would be nice if the project didn't hang forever on an I2S access.
Instead the func should return error.
Even a trip my be more beneficial to e developer than a hang.
Note, the code appears to be trying to the right thing, but if using Lib_i2c with nothing attached (i.e. no pull up) then lib_i2c will hang forever...
The text was updated successfully, but these errors were encountered:
On reflection, the "real" fix is likely in lib_i2c. Adding a timeout or checking for pull-up etc.
Sorry, something went wrong.
xmos/lib_i2c#97
No branches or pull requests
If a user runs a project on a custom board it would be nice if the project didn't hang forever on an I2S access.
Instead the func should return error.
Even a trip my be more beneficial to e developer than a hang.
Note, the code appears to be trying to the right thing, but if using Lib_i2c with nothing attached (i.e. no pull up) then lib_i2c will hang forever...
The text was updated successfully, but these errors were encountered: