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
while(1) { i2c_data.data_len = 1; if (i2c_master_rx(0x2, 0x1, i2c_data, i2c_master) != 1) { printf("Failed"); } else { printf("Succeeded"); } // wait for 1 second }
Only works every 4 attempts.
The text was updated successfully, but these errors were encountered:
Note that this issue pertains only to the module_i2c, not to the other i2c components (e.g. i2c_simple, i2c_singleport
Sorry, something went wrong.
No branches or pull requests
while(1) {
i2c_data.data_len = 1;
if (i2c_master_rx(0x2, 0x1, i2c_data, i2c_master) != 1) {
printf("Failed");
} else {
printf("Succeeded");
}
// wait for 1 second
}
Only works every 4 attempts.
The text was updated successfully, but these errors were encountered: