kriswiner/MMC5983MA

Reading from MMC5983MA write-only control registers

Opened this issue · 0 comments

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?