I tried disabling the temperature channel after every raw read, but I'm running into some issues. When the channel is disabled the data ready bits in ctrl_reg1 won't go high anymore, and I'm doing the dummy read of 33h as the datasheet says. Data ready interrupts also stop working. So something is not right with this particular hardware. If you leave the channel enabled everything works good. What are my options? I could implicitly enable the channel the first time it is used and leave it on, but it seems bad to leave the channel enabled. In that case there would be no other way to disable the channel other than to reload the module. Maybe an argument passed to the module to enable temperature output or a compile time flag to do this? -- Dylan