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

Changes to use the correct i2c function #173

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Commits on Oct 4, 2023

  1. Write address and read data should be done in a single I2C transaction

    When reading from an I2C EEPROM you need to write the address first,
    then send a restart, read the data and finish the transaction. Writing
    the address and reading the data in different transactions might work,
    but it seems to be a fragile assumption.
    gustavosr8 authored and augustofg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1339826 View commit details
    Browse the repository at this point in the history