modify the write function for temperature update If you use update temperature, you modify the repeat condition when write function use - read16() -> m_I2C.write(m_Addr, &reg, 1); //stop condition - read16() -> m_I2C.write(m_Addr, &reg, 1,1); //repeat condition

Fork of LM75B by Neil Thiessen

Revisions of LM75B.h

Revision Date Message Actions
1:3da8df4319e8 2013-07-31 Updated license to MIT File  Diff  Annotate
0:557a92280097 2013-07-31 Initial commit File  Diff  Annotate