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

Reading from MMC5983MA write-only control registers #3

Open
DRNadler opened this issue Jun 17, 2023 · 0 comments
Open

Reading from MMC5983MA write-only control registers #3

DRNadler opened this issue Jun 17, 2023 · 0 comments

Comments

@DRNadler
Copy link

The MMC5983MA datasheet labels the four control registers as write-only.
In a couple of places you do:
uint8_t temp = _i2c_bus->readByte(MMC5983MA_ADDRESS, MMC5983MA_CONTROL_2); // read register contents
This seems incorrect?

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

1 participant