Tool/software:
A Watchdog timer regularly resets the i2C master (AVR) which therefore re-runs the sensor init functions and rewrites the registers. Is there any harm in this constant rewriting? or should I read the registers and only re-configure if they don't match the expected values?
Thanks.