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
I might be wrong but I THINK that open-drain settings are missing here. I note in the i2c example - they set the outputs as open drain like this..
//Set SCK as open drain GPIO_REG_WRITE( GPIO_PIN_ADDR(GPIO_ID_PIN(I2C_SCK_PIN)), GPIO_REG_READ(GPIO_PIN_ADDR(GPIO_ID_PIN(I2C_SCK_PIN))) | GPIO_PIN_PAD_DRIVER_SET(GPIO_PAD_DRIVER_ENABLE) );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I might be wrong but I THINK that open-drain settings are missing here. I note in the i2c example - they set the outputs as open drain like this..
The text was updated successfully, but these errors were encountered: